====== MyISAMchk ====== NAME myisamchk - MyISAM table-maintenance utility DESCRIPTION The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables that have .MYD and .MYI files for storing data and indexes). ===== Example ===== # myisamchk -r tables.MYI - recovering (with sort) MyISAM-table 'tables' Data records: xxxxx - Fixing index 1 - Fixing index 2 - Fixing index 3 - Fixing index 4 Data records: xxxxx