Grant the SUPER privilege to a MySQL user account

To grant the SUPER privilege to a MySQL user account, use this statement:

GRANT SUPER ON *.* TO user;

Comments