mysql Table is marked as crashed and should be repaired解決方法

341 ワード

               

1、    mysql   :

mysql -u root -p         

2、      

mysql> show databases; 

3、     “eduyun_2015_sp1”   

mysql> use eduyun_2015_sp1;

4、check table newabout(newabout--      )             ,       

5、   repair table newabout

 
      SQL  
6、  check table newabout      ok 

 

7、ok