Repaire corrupted MyISAM tables
To repare the corrupted MyISAM tables, just cd to the directory that holds the MyISAM datafiles, then run this:
$ myisamchk -r -q table_name
If it doesn't work, try this command,
$ myisamchk --safe-recover table_name
The above two commands can fix most of the problems of MyISAM tables.
Categories
L.A.M.P.Related Entries
- MySQL Backup and Recovery Methodologies
- WordPress 2.5.1 upgrade
- phpMyAdmin can help to access MySQL
- Types of Table Relationships
- Main Features of MySQL
- Database on Dreamhost
- phpBB 3.0.1 released
- What is MM_CASETEST4291
- Upgrade my blog from Movable Type 4.01a to MovableType 4.1 on Dreamhost
- Sun Will Buy MySQL for $1 Billion
0 TrackBacks
Listed below are links to blogs that reference this entry: Repaire corrupted MyISAM tables.
TrackBack URL for this entry: http://www.yinfor.com/mtcgi/mt-tb-trackback.cgi/2079






Leave a comment