Commit 935dde5a authored by xuezj's avatar xuezj

修复时区问题

parent ad42ccdc
......@@ -4,6 +4,8 @@ port = 3306
server-id = 4294967295
skip-slave-start
default-time-zone='+08:00'
slow_query_log = 0
log-bin=mysql-bin
......
......@@ -7,6 +7,8 @@ default-storage-engine = innodb
skip-name-resolve
innodb_autoinc_lock_mode = 2
default-time-zone='+08:00'
show_compatibility_56=on
log_timestamps=SYSTEM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment