mysql 事件计划已关闭。事件只能在服务器启动并开启事件计划时才能处理。

2019独角兽企业重金招聘Python工程师标准>>> 首先登录数据库  mysql -uroot -pallcam 通过下列语句查询event是否开启 show variables like '%sche%'; 通过执行下列语句,来开启event_scheduler set global event_scheduler =1; 或者 set global event_scheduler=on; 
相关文章
相关标签/搜索