mysql错误Table ‘./mysql/proc’ is marked as crashed and should be repaired

mysql错误Table ‘./mysql/proc’ is marked as crashed and should be repaired

在mysql管理软件中执行查询语句:

repair table mysql.proc;

会返回:

mysql.proc repair status OK

就表明修复成功

原文地址:https://www.cnblogs.com/xzlive/p/10950883.html