Following from my dependency hell problems the other day my new version of MySQL seems to have all its stored procedures corrupted, displaying the following message when any of them are executed:
Cannot load from mysql.proc. The table is probably corrupted |
After a bit of research, I found the simple fix is to run
mysql_upgrade |
Problem solved.
Posting it to my blog as a reminder to me to RTFM, and just in case it is useful to some other poor soul out there.
Please help improve this blog and take a quick survey. Thanks!
Pingback: Fix: Cannot load from mysql.proc. The table is probably corrupted « Shaked Klein Orbach