Full complete MySQL database replication? Ideas? What do people do?

前端 未结 3 1805
陌清茗
陌清茗 2020-12-05 19:12

Currently I have two Linux servers running MySQL, one sitting on a rack right next to me under a 10 Mbit/s upload pipe (main server) and another some couple of miles away on

3条回答
  •  粉色の甜心
    2020-12-05 19:32

    We at Percona offer free tools to detect discrepancies between master and server, and to get them back in sync by re-applying minimal changes.

    • pt-table-checksum
    • pt-table-sync

提交回复
热议问题