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

今天服务器当机了,重启后就发现了如下错误:

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

解决方法:

repair table mysql.proc;
原文地址:https://www.cnblogs.com/littlehb/p/4573356.html