If ever you face the problem "./mysql/proc' is marked as crashed and should be repaired" with MYSQL. Then go to your mysql terminaland type the following. mysqlcheck --repair mysql proc -u root -pxxxx Source - https://lists.mysql.com/mysql/205991
Leave a Comment