Prova questi:
mysqlcheck --auto-repair -A -u username -ppassword
All'interno del terminale MySQL
repair table mysql.proc;
Riferimento:https://dev.mysql.com/doc /refman/5.1/en/tabella-riparazione.html Modifica my.cnf
[mysqld]
character-sets-dir=/usr/share/mysql/charsets
Riferimento:http://dev.mysql.com/doc /refman/5.0/en/tabella-riparazione.html