I have a somewhat restricted access to a Mysql instance in Google Cloud. There, I need to run two scheduled events (call a procedure) every few minutes and once a day at a fixed time. However, I am unable to enable the event scheduler, nor could the instance owner. Can anyone please guide me to effectively enable the event scheduler? Or, is there any other way around this from within the DBMS?
SHOW VARIABLES where Variable_name like '%sched%';
shows |event_scheduler|OFF| |:-------------:|:-:|
When the instance owner tries to turn it ON,
SET GLOBAL event_scheduler = ON;
says
SQL Error [1227] [42000]: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
Mysql version 5.7