I try to execute in pma
REVOKE FILE, SHUTDOWN, SUPER ON *.* FROM 'user'@'localhost';
pma gives an error
Unrecognized statement type. (near "REVOKE" at position 0)
Separately for FILE , SHUTDOWN and SUPER obtained. The documentation syntax is correct.
REVOKE priv_type [(column_list)] [, priv_type [(column_list)]] ... ON [object_type] priv_level FROM user [, user] ... How to make a request correctly?