Ah, du borde återkalla "super"-privilegier. Den ger tillåtelse att använda SET GLOBAL
.
REVOKE SUPER ON *.* FROM 'username'@'localhost';
FLUSH PRIVILEGES;
http://dev.mysql.com/doc /refman/5.7/en/privileges-provided.html#priv_super
Ah, du borde återkalla "super"-privilegier. Den ger tillåtelse att använda SET GLOBAL
.
REVOKE SUPER ON *.* FROM 'username'@'localhost';
FLUSH PRIVILEGES;
http://dev.mysql.com/doc /refman/5.7/en/privileges-provided.html#priv_super