Outdated Version
You are viewing an older version of this section. View current production version.
GRANT GROUP
Info
MemSQL Helios does not support this command.
Add a user to a group.
Syntax
GRANT GROUP 'group_name' TO user
Example
GRANT GROUP 'backup_admins' TO 'username'@'%';
Related Topics