时间:2021-07-01 10:21:17 帮助过:2人阅读
3.遇到如下问题:
问题一:
mysql> start slave;
ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the
解决方法:
stop slave;
reset slave;
start slave;
问题二:
Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to work.
解决方法:
修改auto.conf文件,更改与主库不同的uuid,重启mysql即可。
MySQL主从配置问题整理
标签: