Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
REVOKE GROUP
On this page
The REVOKE GROUP command removes a user from a group.
Syntax
REVOKE GROUP 'group_name' FROM userRemarks
-
This command causes implicit commits.
Refer to COMMIT for more information.
Example
REVOKE GROUP ‘backup_admins' FROM 'username'@'%';
Related Topics
Last modified: