MySQL Workbench cannot load mysql.proc

Jakub Mach picture Jakub Mach · Jul 22, 2011 · Viewed 34.5k times · Source

I am starting to use MySQL Workbench tool especially for data modeling. So, the first I would like to do is reverse engineering of my existing database on web server. But I not able to finish the process, because I alway get this strange error message:

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

I tried to repair this table but it not help me. So, do you have any experience with this problem and know how to solve it?

Answer

Kevin picture Kevin · Jul 29, 2011

I'm using MySQL version 5.5.9 on MAC. I fixed this problem by running:

mysql_upgrade -uroot -p