如何在MySQL5.7中使用pt-table-checksum ( binlog_format=ROW是默认的)
我还需要将binlog_format=ROW设置为与mysql配置中的其他参数相关的方式。
# pt-table-checksum h=localhost,u=checksum,p=xxx
Replica Worker-Intel-i7-2600-16gb has binlog_format ROW which could cause pt-table-checksum to break replication. Please read "Replicas using row-based replication" in the LIMITATIONS section of the tool's documentation. If you understand the risks, specify --no-check-binlog-format to disable this check.我试过阅读关于这些限制的文章,但并不真正理解如果使用--no-check-binlog-format会发生什么
如果我设置binlog_format=MIXED,我仍然会得到错误!?
发布于 2017-06-04 23:31:10
使用--不检查-binlog-格式,除了主人的即时副本之外,您将无法检查从主到级联的奴隶的和,使用该选项时不应出现任何问题,但我们建议您先对它们进行测试。
https://dba.stackexchange.com/questions/175030
复制相似问题