错误码: 1290
The MySQL server is running with the --event-scheduler=DISABLED or --skip-grant-tables option so it cannot execute this statement
lmysql5.7开启事件 event_scheduler
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
影子消失的地方 2021-12-21 16:51关注update mysql.user set authentication_string=password('your_pwd') where user='root';
flush privileges;解决 无用评论 打赏 举报