使用者工具

網站工具


mysql:myisamchk

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
mysql/myisamchk.txt · 上一次變更: 2009/04/07 09:29 由 wenpei