File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public function configure_database() {
229229 if ($check_sql_mode['@@sql_mode'] != '' && $check_sql_mode['@@sql_mode'] != 'NO_ENGINE_SUBSTITUTION') {
230230 echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n";
231231 echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n";
232- echo"to the mysqld-section in your mysql-config and restart mysqld afterwards\n";
232+ echo"to the mysqld-section in your mysql-config on this server and restart mysqld afterwards\n";
233233 die();
234234 }
235235
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ function updateDbAndIni() {
128128 if ($check_sql_mode['@@sql_mode'] != '' && $check_sql_mode['@@sql_mode'] != 'NO_ENGINE_SUBSTITUTION') {
129129 echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n";
130130 echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n";
131- echo"to the mysqld-section in your mysql-config and restart mysqld afterwards\n";
131+ echo"to the mysqld-section in your mysql-config on this server and restart mysqld afterwards\n";
132132 die();
133133 }
134134
You can’t perform that action at this time.
0 commit comments