Updated the url and sql_mode in my.cnf

This commit is contained in:
Balasubramanian Kandasamy 2013-11-25 15:08:52 +01:00
parent fac6e3ea0c
commit 4fe19a2538

View File

@ -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