Home > Dedicated Servers Tutorial > Repairing a mySQL

Repairing a mySQL

Tags:  

Repairing a mySQL Database/Table - How to restore/repair/recover

From time to time mySQL databases can get corrupt, whether it due to lack of disk space, power failure, or just an error.

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
#^ Please note that we assume your mySQL data directory is /var/lib/mysql

isamchk *.MYI



 

0 Comments  Show recent to old
Post a comment


 RSS of this page