Dovresti impostare il valore 'ON' (non ABILITATO).
Nel file di configurazione nella sezione [mysqld] specifica l'opzione 'event-scheduler' (non event_scheduler).
Inoltre, puoi avviare il tuo server MySQL con l'opzione '--event-scheduler', ad es. -
shell> mysqld --event-scheduler=ON
Ulteriori informazioni - variabile di sistema event_scheduler .