Table '' is marked as crashed and should be repaired 解决方法

2020-11-05 14:26:05 码农 2158

 

问题描述:Mysql数据库提示Table '' is marked as crashed and should be repaired

解决方法:

(1)找到mysql的安装目录的bin/myisamchk工具,在命令行中输入:

myisamchk -c -r ../data/mysql/user.MYI

然后myisamchk 工具会帮助你恢复数据表的索引。

(2)重新启动mysql,问题解决。

—— 完 ——
  • 关于微信发送模板消息,android显示正常,ios不显示字体的问题解决方案
  • Schiper Eggli Sandoz协议
  • MIS和DSS之间的区别
  • 【201305-单选34】下面关于WebGIS特点的说法中不正确的是:
  • ()is a decentralized database, ensure that the data will not be tampered with and forged。
  • Redis的常用场景有哪些?
  • ()is not included in the main contents of the operation and maintenance of the  information system.
  • SQL ASCII() 函数
  • TABLE自动换行 解决不能换行撑开等有关问题
  • C#判断DataTable中是否包含某列

© CopyRight 2014~2024 薄学网.