innochecksum prints checksums for
InnoDB files.
Invoke innochecksum like this:
shell> innochecksum [options] file_name
innodchecksum understands the options described in the following list. For options that refer to page numbers, the numbers are zero-based.
-c
Print a count of the number of pages in the file.
-d
Debug mode; prints checksums for each page.
-e
num
End at this page number.
-p
num
Check only this page number.
-s
num
Start at this page number.
-v
Verbose mode; print a progress indicator every five seconds.

User Comments
Add your own comment.