Mysql repair using mysqlcheck
by rajesh[ Edit ] 2013-04-13 19:27:58
If you are not able to start mysql and you can see table crashed report in mysql error log,
use the command mysqlcheck to repair it.
Format: mysqlcheck -r dbname tablename -u root -p
if you dont have a root password set for mysql, then use
mysqlcheck -r dbname tablename -u root