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

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

 

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

解决方法:

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

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

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

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

—— 完 ——
  • JavaScript 读取 Execl 转为 JSON
  • Unity打包时提示错误:The type or namespace name ‘MenuItemAttribute‘ could not be found
  • 信息安全工程师综合知识真题考点:IIS访问控制
  • 9个常用iptables配置实例
  • ASP.NET的路由系统:URL与物理文件的分离
  • Redis高效率是如何实现的?
  • Docker 运行Redis报错: WARNING overcommit_memory is set to 0!解决方案
  • Kerberos 是一个网络认证协议,其目标是使用密钥加密为
  • Visual C++ Redistributable for Visual Studio各版本的官方链接
  • 【201305-多选54】下面关于 GIS 在交通管理中的应用,描述正确的是:

© CopyRight 2014~2024 薄学网.