Fix: Cannot load from mysql.proc in Workbench

In MySQL Workbench sometimes there is  Fetching message instead of loading the tables. After digging on this problem I found the solution to fix this error:

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

You need to run mysql_upgrade command in your command line. Likely this happened if you upgraded your MySQL (Xampp?) but didn’t upgrade the data folder.

This error message appeared when I tried to run a reverse engineering to create the EER Diagram in the Workbench application.

Advertisement

Did you like it?

No comments yet.

Leave a Comment