Cannot load from mysql.proc. The table is probably corrupted
I was trying to update accounts in MySQL and got the following error message:
Cannot load from mysql.proc. The table is probably corrupted
A little bit scary if my data was corrupted. Turns out there is an upgrade command which checks the system tables. Run the following command and associated login credentials to fix it:
mysql_upgrade -u root -p
Where root is the user. It will prompt for the password and give an output of the tables it looked at and upgrade the tables (if any).
mysql: Cannot load from mysql.proc. The table is probably corrupted
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Database and tagged
data,
database,
mysql. Bookmark the
permalink.