我想为MySQL 5.6设置一个新的复制从属。就在 CHANGE MASTER 并启动 slave 之后,我在错误日志中看到了这一行:
[Warning] Slave SQL: If a crash happens this configuration does not guarantee that the relay log info will be consistent, Error_code: 0
如果重要,这些设置包含在 my.ini 中:
skip-name-resolve
skip-host-cache
server-id = 111
report-host = myPC
relay-log-recovery
sync_master_info=1
sync_relay_log=1
sync_relay_log_info=1
replicate-do-db = myDB
skip-slave-start
复制似乎工作,但这个警告是可怕的。知道是什么让 MySQL 发出此警告吗?