mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Updated the url and sql_mode in my.cnf
This commit is contained in:
parent
fac6e3ea0c
commit
4fe19a2538
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue