Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两台mysql服务器,都是master。在他们的本地网络出现一些问题后,他们失去了彼此的联系,但继续工作了一段时间,没有任何同步。两者都存储了这段时期的一些数据,丢失部分数据会很糟糕。
是否可以将这些服务器的转储与任何实用程序合并?
我认为您会发现 pt-table-sync 很有帮助。但请确保在备份数据时使用它以确保安全,并在使用它后重置复制,因为如果没有,您所做的更改将被复制到原始服务器。