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 @@ -224,7 +224,7 @@ public function configure_database() {
224224 if ($ check_sql_mode ['@@sql_mode ' ] != '' && $ check_sql_mode ['@@sql_mode ' ] != 'NO_ENGINE_SUBSTITUTION ' ) {
225225 echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add \n\n" ;
226226 echo " sql-mode= \"NO_ENGINE_SUBSTITUTION \"\n\n" ;
227- echo "to the mysqld-section in /etc/ mysql/my.cnf and restart mysqld afterwards \n" ;
227+ echo "to the mysqld-section in your mysql-config and restart mysqld afterwards \n" ;
228228 die ();
229229 }
230230
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 /etc/ mysql/my.cnf and restart mysqld afterwards \n" ;
131+ echo "to the mysqld-section in your mysql-config and restart mysqld afterwards \n" ;
132132 die ();
133133 }
134134
You can’t perform that action at this time.
0 commit comments