Error Code: 1728 Cannot load from mysql.proc. The table is probably corrupted
This error can appear as a result of schema changes.
Most of cases can be solved by running a MySQL upgrade:
$ mysql_upgrade -u root
This error can appear as a result of schema changes.
Most of cases can be solved by running a MySQL upgrade:
$ mysql_upgrade -u root