REVOKE GROUP
On this page
Remove a user from a group.
Syntax
REVOKE GROUP 'group_name' FROM user
Remarks
-
This command causes implicit commits.
Refer to COMMIT for more information.
Example
REVOKE GROUP ‘backup_admins' FROM 'username'@'%';
Related Topics
Last modified: August 18, 2023