diff options
-rw-r--r-- | packaging/rpm-oel/my.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm-oel/my.cnf b/packaging/rpm-oel/my.cnf index 28e6aa806b1..b8ee584d485 100644 --- a/packaging/rpm-oel/my.cnf +++ b/packaging/rpm-oel/my.cnf @@ -1,5 +1,5 @@ # For advice on how to change settings please see -# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html +# http://dev.mysql.com/doc/refman/5.5/en/server-configuration-defaults.html [mysqld] # @@ -24,7 +24,7 @@ socket=/var/lib/mysql/mysql.sock symbolic-links=0 # Recommended in standard MySQL setup -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES +#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES [mysqld_safe] log-error=/var/log/mysqld.log |