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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • Blocks are storage units one by one, and each block is linked by() in Blockchain.
  • JavaScript 程序设计基础概述
  • ASP.NET面试题精选【三】
  • javascript String 转 bytes
  • Vue引入ElementUI错误:This dependency was not found: * element-ui/lib/theme-chalk/index.css in ./src/main.js
  • 【201305-单选46】根据我国 GIS 国家规范研究组的建议,1:100 万比例尺的图幅采用的投影方式是:
  • C#图像处理之边缘检测(Sobel)的方法
  • Which of the following insurance types provide for a loss arising from fraudulent acts by employees?
  • C#图像处理之边缘检测(Roberts)的方法
  • Redis高效率是如何实现的?

© CopyRight 2014~2024 薄学网.