1.查看事件状态 : show variables like ‘%sche%’;
如果设置为OFF,需要手动开启;
2.执行: set global event_scheduler =1 开启事件
[Err] 1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
此处没有权限,设置权限即可.
具体百度或者谷歌一下.
3.新建事件
4.设置计划
从某个事件开始,两小时执行一次,也可以设置两分钟等等其他的时间