• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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