Commit acb65990 authored by wentao.suo's avatar wentao.suo

add db my.cnf

parent 6ee675bf
......@@ -28,7 +28,15 @@ log-error = /var/log/mysql/error.log
symbolic-links=0
max_connections = 1000
connect_timeout = 3600
wait_timeout = 86400
interactive_timeout = 86400
innodb_lock_wait_timeout = 10
log-bin=/var/lib/mysql/mysql-bin
binlog-format=ROW #选择row模式
server_id=1 #配置mysql replaction需要定义,不能和canal的slaveId重复
\ No newline at end of file
server_id=1 #配置mysql replaction需要定义,不能和canal的slaveId重复
default_storage_engine = InnoDB
explicit_defaults_for_timestamp = true
character_set_server = utf8
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