当前位置: 首页 > 工具软件 > Maatkit > 使用案例 >

maatkit使用总结

西门经国
2023-12-01

yum -y install perl*
tar zxvf maatkit-7540.tar.gz
cd maatkit-7540
perl Makefile.PL
make install
检查主从数据是否一致
mk-table-checksum h=IP地址,u=root,p=密码,P=3306 h=IP地址,u=root,p=密码,P=3306 -d 数据库
检查哪些表不一致
mk-table-checksum h=IP地址,u=root,p=密码,P=3306 h=IP地址,u=root,p=密码,P=3306 -d 数据库 |mk-checksum-filter
修复主从不一致的数据
mk-table-sync --execute --print --no-check-slave --transaction --databases 数据库 h=IP地址,u=root,p=密码 h=IP地址,u=root,p=密码

 类似资料: