How to re-sync the Mysql DB if Master and slave have different database incase of Mysql replication?

前端 未结 14 959
小蘑菇
小蘑菇 2020-11-29 14:20

Mysql Server1 is running as MASTER.
Mysql Server2 is running as SLAVE.

Now DB replication is happeni

14条回答
  •  执念已碎
    2020-11-29 14:56

    I think, Maatkit utilits helps for you! You can use mk-table-sync. Please see this link: http://www.maatkit.org/doc/mk-table-sync.html

提交回复
热议问题