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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • Unity3D:解决VS断点Could not insert breakpoint ‘xxx’: The breakpoint could not be bound问题
  • 【201305-单选40】下面关于 GIS 的分类描述正确的是:
  • lookker和Tableau的区别
  • 直线模组常见故障的解决方法
  • Vue.js 在beforeEach期间将vuex模块状态传递给vue-router
  • 【201305-操作58】下列关于 MapGIS K9 制图综合的说法正确的是:
  • Unity3D发布安卓时遇到的问题:Bundle Identifier has not been set up correctly
  • Vue.js Vue 3 中与 this.$forceUpdate 等价的方法
  • WinForm程序中设置Label自动换行的方法
  • 怎么解决javascript中replace只能替换第一个字符的问题?

© CopyRight 2014~2024 薄学网.