LinuxHelps.com

A blog for Linux Lovers.

3
Mar 2009
Repairing a mySQL Database/Table…
Posted in Mysql by sibu at 2:34 pm |

Repairing MyISAM mySQL Tables/Databases:

cd /var/lib/mysql/DBNAME
#^ Please note that we assume your mySQL data directory is /var/lib/mysql

myisamchk *.MYI

Repairing ISAM mySQL Tables/Databases:

cd /var/lib/mysql/DBNAME

isamchk *.MYI


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply