Mysql repair using mysqlcheck

by rajesh 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
1183
like
0
dislike
0
mail
flag

You must LOGIN to add comments