mysql error 1577

Try running following commands and then restart your mysql service later.

mysqlcheck -u [username] -p --all-databases --check-upgrade --auto-repair
mysql_upgrade -u [username] -p

If still has issues drop event table and create again, then restart.

执行完上面两条命令后重启数据库即可

你可能感兴趣的:(mysql error 1577)