kylingx
用来解决mysql库、表之间同步的问题,可使用脚本定时同步
下载路径
https://www.percona.com/downloads/percona-toolkit/LATEST/
文档
https://www.percona.com/doc/percona-toolkit/LATEST/pt-table-sync.html
yum install -y *.gz
使用方法(任意两库之间都可以使用)
pt-table-sync --databases=test --tables=test_result --no-check-slave h=db1,u=u1,p=p1 h=db2,u=u2,p=p2 --print --execute

分类:

技术点:

相关文章:

  • 2018-05-24
  • 2018-11-02
  • 2021-04-14
  • 2021-07-02
  • 2021-12-04
  • 2018-11-08
  • 2021-11-30
  • 2021-12-05
猜你喜欢
  • 2021-10-19
  • 2019-09-25
  • 2019-10-23
  • 2021-10-19
  • 2021-09-25
  • 2021-04-09
  • 2021-05-22
相关资源
相似解决方案