REVOKE GROUP

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

Was this article helpful?