mysql导入报错【The MySQL server is running with the --event-scheduler=DISABLED】-CSDN博客

网站介绍:文章浏览阅读1.1k次。一、问题:在进行mysql操作导入库的时候,报出了【The MySQL server is running with the --event-scheduler=DISABLED】查看后台日志是事件没有开启二、解决:找到mysql的库配置文件【my.ini】  (1)skip-grant-tables 选项注释掉  (2)event_scheduler=ON 添加该选项三、总结:在从服务器上备份库,本地或者其它地方导入的时候会报出许多莫名的问题一般报错后,会在数据库的日志文件中打印错误