#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation code example
Example: add super privilege mysql
grant super on *.* to user@localhost;
FLUSH PRIVILEGES;
grant super on *.* to user@localhost;
FLUSH PRIVILEGES;