影子消失的地方 2021-12-15 16:37 采纳率: 50%
浏览 30
已结题

lmysql5.7开启事件 event_scheduler

错误码: 1290
The MySQL server is running with the --event-scheduler=DISABLED or --skip-grant-tables option so it cannot execute this statement

  • 写回答

1条回答 默认 最新

  • 影子消失的地方 2021-12-21 16:51
    关注

    update mysql.user set authentication_string=password('your_pwd') where user='root';
    flush privileges;

    评论

报告相同问题?

问题事件

  • 系统已结题 12月23日
  • 创建了问题 12月15日