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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • Visual C++ Redistributable for Visual Studio各版本的官方链接
  • 面试题:从多层嵌套的list中取出单个元素
  • npm ERR! gyp ERR! stack Error: Can‘t find Python executable “python“...
  • 【201305-操作57】在 MapGIS 6.7 输入编辑中进行矢量化输入线操作时,快捷键 F5、F6、F7、F8、F9、F11、 F12 分别实现的功能是:
  • Vue.js 在beforeEach期间将vuex模块状态传递给vue-router
  • Earned value management(EVM) integrates the scope baseline with the ()baseline
  • 构建maven时No archetypes currently available的解决方法
  • 数据库营销(Database Marketing)
  • 在本机上输入192.168.1.1就进了IIS的欢迎界面
  • 如何在ASP.Net创建各种3D图表

© CopyRight 2014~2024 薄学网.