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?
I'm using MySQL version 5.5.9 on MAC. I fixed this problem by running:
mysql_upgrade -uroot -p