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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • Teradata和Cassandra的区别
  • JavaScript实现StringBuilder
  • Visual Studio 2019 winfrom生成安装包时提示缺少vs_shell.msi,Visual Studio 2008 shell(Integrated)-CHN这样解决
  • linux 生成随机密码:mkpasswd
  • 【201305-单选16】GIS 数据规范化和标准化直接影响地理信息共享,地理信息系统空间位置建立的基础是:
  • Which of the following insurance types provide for a loss arising from fraudulent acts by employees?
  • IIS发布系统出现错误代码0x80070002的解决方案
  • JavaScript 扩展 String 属性
  • SQL ASIN() 函数
  • 信息安全保障技术框架(Information Assurance Technical Framework,IATF)由美国国家安全局(NSA)发布

© CopyRight 2014~2024 薄学网.