# 查看事件是否开启 show variables like '%event_scheduler%'; #如果状态为off,需要运行下面代码开启事件 set global event_scheduler = on;