Community

How to calculate table checksums in MySQL

(Xaprb) MySQL has no built-in functionality to calculate a table’s checksum in any storage engine but MyISAM. Table checksums can confirm that two tables are identical — useful to verify a slave server is in sync with its master (see my article on reliable MySQL replication for more). Fortunately, i

Read More - Register for Free Membership