You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assigns a role to a user, granting a role to a user enables the user to perform all operations allowed by the role (through the access privileges granted to the role).
GRANT ROLE <name> TO USER <user_name>
This will discard our previous design of user with privileges grant, change to grants with role.
Notes:
A user can only have one role at a time.
The text was updated successfully, but these errors were encountered:
Summary
Assigns a role to a user, granting a role to a user enables the user to perform all operations allowed by the role (through the access privileges granted to the role).
GRANT ROLE <name> TO USER <user_name>
This will discard our previous design of user with privileges grant, change to grants with role.
Notes:
A user can only have one role at a time.
The text was updated successfully, but these errors were encountered: