Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
GRANT GROUP
On this page
The GRANT GROUP command adds a user to a group.
Syntax
GRANT GROUP 'group_name' TO user
Remarks
-
This command causes implicit commits.
Refer to COMMIT for more information. -
Refer to the Permissions Matrix for the required permissions.
Example
GRANT GROUP 'backup_admins' TO 'username'@'%';
Related Topics
Last modified: