master and slave have equal Mysql server UUIDS

今天在做mysql主从数据库的时候,出现如下错误,因为主库是虚拟机上部署的,从库是将主库克隆出来的。

Fatal error:the slave I/O thred stops baceuse master and slave have equal Mysql server UUIDS; these UUIDS must be different for replication to work.

解决办法是将 /{mysql-data}/auto.conf 删掉,然后重启mysql,就会发现重新生成了新的auto.conf, 再次查看mysql 的UUID变了。

mysql>show variables like 'server_uuid';

发表评论

评论列表,共 0 条评论

    暂无评论