Cannot load from mysql.proc

Posted on Posted in PHP, SQL Server

Today, I’ve problem with my database. When I try to export/backup a database, the following error is shown:

[code] Cannot load from mysql.proc. The table is probably corrupted [/code]

And that is happened because some error in mysql engine. I try to solve it with upgrade mysql engine. The following steps are:

1. Using command prompt, go to path where you install mysql DB.
2. Go to “bin” folder.
3. Run command mysql_upgrade -uroot -p
4. Try to export again.

Hope this post can help us. Thanks.

Note: I use XAMPP for development server.

Leave a Reply

Your email address will not be published. Required fields are marked *