table is marked as crashed and should be repaired

phpmyadmin 中显示表 "使用中 "

用该方法修复就好了:

$ mysql -uroot -p databasename
  REPAIR TABLE tablename;

你可能感兴趣的:(table is marked as crashed and should be repaired)