How to enable MySQL event_scheduler?

Trying to enable mysql events “set global event_scheduler = on” i got the following error message: “Access denied; you need (at least one of) the SUPER privilege(s) for this operation”

Can you please help me to enable my mysql events?

Thanks

I suggest checking with support to see if that feature is supported.

I use scheduled events on my site, but I do it through the GearHost Scheduler, which is under “Add-Ons” for your cloud site. You can schedule a web api call to run at various intervals (daily, hourly, etc).