Tuesday, May 14, 2013

Migrate mysql users to another server

ERROR 1577 (HY000) at line 1: Cannot proceed because system tables used by Event Scheduler were found damaged at server start ERROR 1547 (HY000) at line 1: Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted


solution:
sudo mysql_upgrade -uroot -p --force

No comments:

Post a Comment