Skip to content

Instantly share code, notes, and snippets.

@dmgig
Created January 15, 2015 15:26
Show Gist options
  • Save dmgig/67e1c2cc5848a6207722 to your computer and use it in GitHub Desktop.
Save dmgig/67e1c2cc5848a6207722 to your computer and use it in GitHub Desktop.
Percona pt-table-checksum samples
# whole table check
pt-table-checksum --databases=world --tables=city --user=root --ask-pass --no-check-binlog-format
# with a parameter for smaller samples
pt-table-checksum --databases=world --tables=city --where="name LIKE '%a%'" --user=root --ask-pass --no-check-binlog-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment