#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation

I want to enable events scheduler in phpmyadmin but when i run this query:

SET GLOBAL event_scheduler := 1;

I get this error:

#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation

Anyone knows how to fix it?