Table '.\about_cj\newabout' is marked as crashed and should be repaired

简介: 1.遇到这个问题的时候就百度了一下,开始没找到答案,最后看了几个命令就尝试了一下,居然成功了。 2.首先进入mysql命令台:mysql -u root -p 回车  输入密码 3.进入到表所在的数据库,check table newabout用来检查出现问题的表的状态,出现错误就正常 4.

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

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

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

4.然后用repair table newabout

5.再用check table newabout

6.搞定!

 

目录
相关文章
|
9月前
(145) Table ‘./addon_collect_wukong_spider‘ is marked as crashed and should be repaired解决思路
(145) Table ‘./addon_collect_wukong_spider‘ is marked as crashed and should be repaired解决思路
36 0
|
10月前
|
小程序 JavaScript
Avoid mutating a prop directly since the value will be overwritten whenever the parent comp
Avoid mutating a prop directly since the value will be overwritten whenever the parent comp
|
数据库
Caused by: java.sql.SQLException: Table ‘.\***\*****‘ is marked as crashed and should be repaired
Caused by: java.sql.SQLException: Table ‘.\***\*****‘ is marked as crashed and should be repaired
141 0
|
弹性计算 关系型数据库 MySQL
数据库表损坏解决方法( is marked as crashed and should be repaired)
表损坏原因过程大致如下,过了个国庆没有查看服务器状态,7号晚上手机收到ECS服务器异常短信,查了下发现是磁盘满了,导致无法创建临时空间,造成商城无法访问,速速的解决方法是删除了大量日志文件,访问网站发现已经ok了,一切正常,今天客户忽然打电话说,网站的搜索功能出现问题,我查了下错误原因
359 0
|
JavaScript
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-