DM
server-id = 1
read_only = 0
binlog_format = ROW
max_binlog_size = 500M
sync_binlog = 1
expire_logs_days = 0
binlog_expire_logs_seconds = 432000
#replication slave
server-id = 2
read_only = 1
binlog_format = ROW
max_binlog_size = 500M
sync_binlog = 1
expire_logs_days = 0
binlog_expire_logs_seconds = 432000