REVOKE GROUP
Remove a user from a group.
Syntax
REVOKE GROUP 'group_name' FROM user
Remarks
This command causes implicit commits. See COMMIT for more information.
Example
REVOKE GROUP ‘backup_admins' FROM 'username'@'%';
Related Topics
Remove a user from a group.
REVOKE GROUP 'group_name' FROM user
This command causes implicit commits. See COMMIT for more information.
REVOKE GROUP ‘backup_admins' FROM 'username'@'%';
Related Topics