From 4681f8be82a257bcd958378ccc5df72c57848140 Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Thu, 23 Apr 2020 05:04:42 +0530 Subject: [PATCH] fix mysql --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 54f9ee3f..6ff7d4db 100755 --- a/scripts/install +++ b/scripts/install @@ -144,7 +144,7 @@ chmod -R 777 $final_path/store # Import database schema ynh_script_progression --message="Importing database..." --time --weight=1 -ynh_mysql_connect_as --user="$db_name" --password="$db_pwd" < $final_path/install/schema_mysql.sql +ynh_mysql_connect_as --user="$db_name" --password="$db_pwd" --database="db_name" < $final_path/install/schema_mysql.sql # Copy the template install/htconfig.sample.php to .htconfig.php ynh_script_progression --message="Moving .htconfig.php to root of Hubzilla ..." --time --weight=1