mysql主从复制报错:Last_Errno: 1872 Last_Error: Slave failed to initialize relay log info structure from the repository

Last_Errno: 1872 Last_Error: Slave failed to initialize relay log info structure from the repository
中继日志的信息是保存在表中:relay_log_info_repository | TABLE
所以应该是保存中继日志的表损坏了。
解决办法:
RESET SLAVE ALL;
重新:change master to xxx
start slave;
问题解决。


浙公网安备 33010602011771号