Skip to content

Commit 498c86f

Browse files
author
Till Brehm
committed
Merge branch 'master' into 'stable-3.1'
Master See merge request !348
2 parents bd6f595 + b4ed400 commit 498c86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

install/lib/update.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)