数据库
首页 > 数据库> > 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错误Table ‘./mysql/proc’ is marked as crashed and should be repaired

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

repair table mysql.proc;

会返回:

mysql.proc repair status OK

就表明修复成功

标签:repair,repaired,marked,should,crashed,mysql,proc
来源: https://www.cnblogs.com/xzlive/p/10950883.html