关于MYSQL:Got error 134 from storage engine/is marked as crashed and should be repaired

今天客户在启动服务器时出现这两个错,经过各种搜索总结出如下几种方式:

 

一:使用myisamchk

1
2
3
myisamchk --recover --quick tablePath
myisamchk --recover tablePath
myisamchk --safe-recover tablePath

  注:这里的tablePath直MYI路径如:../data/demo/user.MYI

二:使用check AND repair

1 check table tableName
2 repair table tablename

  注:这里的tableName就是字面上的意思,如user

 

相关解释:

  一:myisamchk支持通配符,即:

myisamchk --recover --quick ../data/demo/*.MYI

  二:check语句是用来检查表是否有错误,repair是用来修复表,如果已经确定有错误,则可以不用执行check语句。

关于MYSQL:Got error 134 from storage engine/is marked as crashed and should be repaired,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。