linux Table is marked as crashed and should be repaired 分类:

1.遇到这个问题的时候就百度了一下,开始没找到答案,最后看了几个命令就尝试了一下,居然成功了。

2.首先进入MySQL命令台:mysql -u root -p 回车  输入密码

3.进入到表所在的数据库,check table newabout用来检查出现问题的表的状态,出现错误就正常

linux Table is marked as crashed and should be repaired

4.然后用repair table newabout

linux Table is marked as crashed and should be repaired

5.再用check table newabout

linux Table is marked as crashed and should be repaired

6.搞定!

 

原文地址:http://www.cnblogs.com/yuwensong/archive/2013/05/09/3068336.html

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-07-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-12-25
  • 2022-01-28
相关资源
相似解决方案