MySQL主从同步错误情况下的全量备份恢复
【推荐阅读】微服务还能火多久?>>> 一个Web系统有一主两从的小型MySQL集群,通过Amoeba调度。近日发现主从之间的同步发生异常,从库无法更新数据。试了多种方法无法恢复后,决定重新建立从库数据。方法如下。 假设主库为server1,两个从库为server2和server3 主库server1的IP地址是192.168.0.2 从库server2的IP地址是192.168.0.3 从库server3的IP地址是192.168.0.4 一、停止Amoeba的主从调度,将所有数据库读写导向主库server1 进入Amoeba的conf目录,打开dbServers.xml文件 <amoeba:dbServers xmlns:amoeba="http://amoeba.meidusa.com/"> <!-- Each dbServer needs to be configured into a Pool, If you need to configure multiple dbServer with load balancing that can be simplified by the following configuration: add attribute with name virtual = "true" in dbServer, but the