Prueba estos:
mysqlcheck --auto-repair -A -u username -ppassword
Dentro de la terminal de MySQL
repair table mysql.proc;
Referencia:https://dev.mysql.com/doc /refman/5.1/es/reparacion-tabla.html Modificar my.cnf
[mysqld]
character-sets-dir=/usr/share/mysql/charsets
Referencia:http://dev.mysql.com/doc /refman/5.0/es/reparacion-tabla.html