Rodolfo Bandeira
← Archive
Article

Error: Cannot load from mysql.proc. The table is probably corrupted

· 1 min read


Today I had this problem when I updated the mysql version from 5.1 to 5.5 in CentOS.

I fixed this problem by typing:

sudo mysql_upgrade -uroot -p

Rodolfo