1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-06 12:53:44 +02:00
parent 177c25281e
commit 5388a9f10b

View file

@ -83,7 +83,7 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
# Set the user chosen at installation as administrator # Set the user chosen at installation as administrator
ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < "$final_path/db/SCHEMA.sql" ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < "$final_path/db/SCHEMA.sql"
ynh_mysql_execute_as_root --sql="CREATE USER '$db_user'@'%' IDENTIFIED BY '$db_pwd'; GRANT ALL ON `$db_name`.* TO '$db_user'@'%'; FLUSH PRIVILEGES;" ynh_mysql_execute_as_root --sql="CREATE USER '$db_user' IDENTIFIED BY '$db_pwd'; GRANT ALL ON `$db_name`.* TO '$db_user'; FLUSH PRIVILEGES;"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION