首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用binlog_format=ROW的pt表校验和MySQL5.7

使用binlog_format=ROW的pt表校验和MySQL5.7
EN

Database Administration用户
提问于 2017-05-31 12:35:24
回答 1查看 997关注 0票数 2

如何在MySQL5.7中使用pt-table-checksum ( binlog_format=ROW是默认的)

我还需要将binlog_format=ROW设置为与mysql配置中的其他参数相关的方式。

代码语言:javascript
复制
# 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,我仍然会得到错误!?

EN

回答 1

Database Administration用户

发布于 2017-06-04 23:31:10

使用--不检查-binlog-格式,除了主人的即时副本之外,您将无法检查从主到级联的奴隶的和,使用该选项时不应出现任何问题,但我们建议您先对它们进行测试。

票数 1
EN
页面原文内容由Database Administration提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://dba.stackexchange.com/questions/175030

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档