We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86306a commit 208276bCopy full SHA for 208276b
install/lib/installer_base.lib.php
@@ -226,7 +226,7 @@ public function configure_database() {
226
227
//* check sql-mode
228
$check_sql_mode = $this->db->queryOneRecord("SELECT @@sql_mode");
229
- if($check_sql_mode['@@sql_mode']!='' && strpos($check_sql_mode['@@sql_mode'],'NO_ENGINE_SUBSTITUTION')===false) {
+ if ($check_sql_mode['@@sql_mode'] != '' && strpos($check_sql_mode['@@sql_mode'],'NO_ENGINE_SUBSTITUTION')===false) {
230
echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n";
231
echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n";
232
echo"to the mysqld-section in your mysql-config on the server\n";
0 commit comments