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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • C# .NET DataTable 转 CSV
  • Redis的数据类型有哪些?
  • Docker 运行Redis报错: WARNING overcommit_memory is set to 0!解决方案
  • 注入语句:http://xxx.xxx.xxx/abc.asp?p=YY and user>0
  • Win10无法查看局域网共享计算机及打印机的4种解决方法
  • 全国GIS应用水平考试简介
  • 【201305-操作57】在 MapGIS 6.7 输入编辑中进行矢量化输入线操作时,快捷键 F5、F6、F7、F8、F9、F11、 F12 分别实现的功能是:
  • 构建maven时No archetypes currently available的解决方法
  • 楼宇自控系统(Building Automation System,简称BAS )
  • JavaScript 扩展 String 属性

© CopyRight 2014~2024 薄学网.