mysql error 1577

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

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.sql

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

相关文章
相关标签/搜索