A few tables are still out of sync after running mk-table-sync
- by smusumeche
I have 1 master and 2 slaves. I am using MySQL 5.1.42 on all servers. I am attempting to use mk-table-checksum to verify that their data is in sync, but I am getting unexpected results on one of the slaves.
First, I generate the checksums on the master like this:
mk-table-checksum h=localhost --databases MYDB --tables {$table_list}…