REVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...
FLUSH PRIVILEGES;
Why the syntax is slightly different from the GRANT command is beyond me.
REVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...
FLUSH PRIVILEGES;
Why the syntax is slightly different from the GRANT command is beyond me.