repair a MySQL table

by Ranganathan 2012-08-28 11:58:27


mysql commands
mysql -u username -p
mysql> use dbname;
mysql> repair table tablename;
767
like
0
dislike
0
mail
flag

You must LOGIN to add comments