登录
首页 >  数据库 >  MySQL

MySQL Table is marked as crashed and should be repaired

来源:SegmentFault

时间:2023-01-18 21:34:13 375浏览 收藏

在数据库实战开发的过程中,我们经常会遇到一些这样那样的问题,然后要卡好半天,等问题解决了才发现原来一些细节知识点还是没有掌握好。今天golang学习网就整理分享《MySQL Table is marked as crashed and should be repaired》,聊聊MySQL,希望可以帮助到正在努力赚钱的你。

0.

Table './DB_name/table_name' is marked as crashed and should be repaired

1. 解决办法

$ mysqlcheck --repair --all-databases

参考链接

参考链接1

以上就是《MySQL Table is marked as crashed and should be repaired》的详细内容,更多关于mysql的资料请关注golang学习网公众号!

声明:本文转载于:SegmentFault 如有侵犯,请联系study_golang@163.com删除
相关阅读
更多>
最新阅读
更多>
课程推荐
更多>
评论列表