I'm attempting to create scheduled events in MySQL, but running up against this error in MySQL.
Error
SQL query:
SET GLOBAL event_scheduler = "ON"
MySQL said:
#1227 - Access denied; you need (at least one of) the SUPER privilege(s)
for this operation
I have both root and ec2-user access to the EC2 server (which is running MySQL). I can SSH in, or connect using MySQL workbench, but can't figure out how (or which user) to give SUPER privileges from within AWS.
I have no "Privileges" tab on phpmyadmin. I also can't seem to get any kind of MySQL command-line access when I SSH in. Not sure how to get there...