码迷,mamicode.com
首页 > 数据库 > 详细

mysql报错:Table 'ta_history' is marked as crashed and should be repa

时间:2020-04-29 10:34:31      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:air   sql命令   crash   密码   his   mysql   sql   命令   ORC   

1、首先进入mysql命令台:

mysql -u root -p 回车  输入密码

2、查询所有的库

mysql> show databases; 

3、进入数据库“orcl”是库名

mysql> use orcl;

4、check table ta_history(ta_history--出现错误的表)用来检查出现问题的表的状态,出现错误就正常

技术图片

5、然后用repair table ta_history

 

参考链接:https://www.cnblogs.com/yangzhili/p/11120098.html

mysql报错:Table 'ta_history' is marked as crashed and should be repa

标签:air   sql命令   crash   密码   his   mysql   sql   命令   ORC   

原文地址:https://www.cnblogs.com/webttt/p/12800334.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!