Access denied; you need (at least one of) the SUPER or SYSTEM_VARIABLES_ADMIN 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;