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
This probably happens when the changes in schema required different versions of mysql server.
To fix this, follow the line of codes below:
mysql_upgrade -uroot -p --force
/usr/bin/mysql_upgrade -uroot -p --force
Complete details of post will find here: Cannot load from mysql.proc. The table is probably corrupted