February 2018
Intermediate to advanced
510 pages
16h 10m
English
myisamchk is a command line tool for getting information about database tables, checking, repairing, and optimizing non-partitioned MyISAM tables. It works with MyISAM tables.
CHECK_TABLE and REPAIR_TABLE statements can also be used to check and repair MyISAM tables.
Execution for the myisamchk command is shown in the following code block:
shell> myisamchk [OPTIONS] tables[.MYI | .MYD]
Read now
Unlock full access