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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • 浅谈sql中的in与exists,in与not in,exists与not exists的区别
  • Which of the following insurance types provide for a loss arising from fraudulent acts by employees?
  • ()helps to determine which individual project risks or other sources of uncertainty have the most potential impact on project outcomes
  • C# List合并、去重、查找
  • 谷歌Chrome53将彻底杀死Flash
  • 解决svn because no checksum is recorded for this file问题
  • 直线模组常见故障的解决方法
  • IIS发布系统出现错误代码0x80070002的解决方案
  • 关于微信发送模板消息,android显示正常,ios不显示字体的问题解决方案
  • 无法嵌入互操作类型“ApplicationClass”。请改用适用的接口。

© CopyRight 2014~2024 薄学网.