📜  如何检查事件调度程序状态mysql代码示例

📅  最后修改于: 2022-03-11 15:05:20.529000             🧑  作者: Mango

代码示例1
1. MySQL, we can enable the event scheduler by following query:
SET GLOBAL event_scheduler = ON;
2. Similarly, to turn off the scheduler:
SET GLOBAL event_scheduler = OFF;