博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Table '.\mysql\proc' is marked as crashed and should be repaired 报错
阅读量:6862 次
发布时间:2019-06-26

本文共 237 字,大约阅读时间需要 1 分钟。

Table '.\\proc' is marked as crashed and should be repaired 报错

 

解决方法:

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

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

然后myisamchk 工具会帮助你恢复数据表的索引。重新启动mysql,问题解决。

转载于:https://www.cnblogs.com/zping/p/6370566.html

你可能感兴趣的文章
linux上部署hadoop集群 HA+Federation篇
查看>>
交换器限制局域网速度方法:qos限制局域网网速
查看>>
rip等价负载均衡
查看>>
10.23cron10.24chkconfig工具10.25systemd管理服务10.26unit
查看>>
centosFailure:repodata/repomd.xml [Err14] yum inst
查看>>
linux下top命令详解
查看>>
我的友情链接
查看>>
hadoop Unable to load native-hadoop library for your platform
查看>>
MySQL优化讲解
查看>>
nagios配置出错记录
查看>>
开启Cisco交换机DHCP Snooping功能
查看>>
静态方法-类方法-属性方法
查看>>
jQuery实现的全选、反选和不选功能
查看>>
Wireshark匹配指定地址
查看>>
python编写小程序(计算器)
查看>>
C++写的一个MYSQL控制台(2)
查看>>
以实践方式学习LVM磁盘管理
查看>>
Oracle 查询版本号
查看>>
Centos7修改默认启动级别(命令行,图形切换)
查看>>
php 入门笔记
查看>>