You need to update mysql.user and set the Super_Priv flag.
update mysql.user set Super_Priv='Y' WHERE user='USERNAME' AND host='%'; update mysql.user set Super_Priv='Y' WHERE user='USERNAME' AND host='localhost';
You need to update mysql.user and set the Super_Priv flag.
update mysql.user set Super_Priv='Y' WHERE user='USERNAME' AND host='%'; update mysql.user set Super_Priv='Y' WHERE user='USERNAME' AND host='localhost';