1、首先是检测: check table table_name 2、修复: repair table table_name or myisamchk -r xxx.MYI (如果还是提示错误,就多加一个参数-f 强制进行。) 转载于:https://blog.51cto.com/shouhouzhe/1376838