diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index cda386c483561c69299453f77ab9249f077999da..9283a81f039730f81dd4b51739c95258ba14e402 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -229,7 +229,7 @@ class installer_base { if ($check_sql_mode['@@sql_mode'] != '' && $check_sql_mode['@@sql_mode'] != 'NO_ENGINE_SUBSTITUTION') { echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n"; echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n"; - echo"to the mysqld-section in your mysql-config and restart mysqld afterwards\n"; + echo"to the mysqld-section in your mysql-config on this server and restart mysqld afterwards\n"; die(); } diff --git a/install/lib/update.lib.php b/install/lib/update.lib.php index 581e2d69cb5b126c6c7844dca60e64d91b22cd19..7c30bc676793abb95162791b64c7ba5150b0fb01 100644 --- a/install/lib/update.lib.php +++ b/install/lib/update.lib.php @@ -128,7 +128,7 @@ function updateDbAndIni() { if ($check_sql_mode['@@sql_mode'] != '' && $check_sql_mode['@@sql_mode'] != 'NO_ENGINE_SUBSTITUTION') { echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n"; echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n"; - echo"to the mysqld-section in your mysql-config and restart mysqld afterwards\n"; + echo"to the mysqld-section in your mysql-config on this server and restart mysqld afterwards\n"; die(); }