Repair corrupted mysql database: mysqlcheck -r your_database
by rajesh[ Edit ] 2012-06-16 00:27:50
The one liner command that could fix a corrupted database is
# mysqlcheck -r your_database
You should login to ssh and run this command as root.
This might take some time and we should have patience.