• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

3.5.2 -> 3.5.3 MySQL fatal error

Status
Not open for further replies.

Skotina

Chevereto Member
Hello,

Tried to upgrade from 3.5.2 to 3.5.3. Uploaded all files, checked dashboard that version changed and then hit the update button to update DB. Next screen showed me this error:

Code:
SQLSTATE[HY000]: General error: 1548 Cannot load from mysql.proc. The table is probably corrupted

I have granted ALL PRIVILEGES to the DB user.
Any ideas how to fix that?
 
Okay guys,

Found a workaround. If you manage to receive this error you just need to run this command on your server (or ask your hosting provider to do it)

Code:
mysql_upgrade

Just don't forget to include correct username and password

Code:
mysql_upgrade -u root -p
 
The error is saying that the table is corrupted or something like that. You need to run a repair table command.
 
Status
Not open for further replies.
Back
Top