Essayez ceci :
mysqlcheck --auto-repair -A -u username -ppassword
À l'intérieur du terminal MySQL
repair table mysql.proc;
Référence :https://dev.mysql.com/doc /refman/5.1/en/repair-table.html Modifier le mon.cnf
[mysqld]
character-sets-dir=/usr/share/mysql/charsets
Référence :http://dev.mysql.com/doc /refman/5.0/en/repair-table.html