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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • Redis持久化机制
  • C#图像处理之边缘检测(Roberts)的方法
  • 关于VC中 error C2871: 'std' : does not exist or is not a namespace问题
  • Visual C++ Redistributable for Visual Studio各版本的官方链接
  • C# .NET 使用Adobe Acrobat Pro实现PDF转Execl
  • Unity 报错:EndLayoutGroup: BeginLayoutGroup must be called first
  • 怎样取得当前Assembly的版本号
  • 面试题:从多层嵌套的list中取出单个元素
  • IIS+vue 处理history路由模式下,刷新出404问题
  • unity用visual studio写代码的时候一直显示importing assets

© CopyRight 2014~2024 薄学网.