Database Reference
In-Depth Information
11.
And now grant select permission to superuser on the priv-
ileges table:
grant select on anotherkeyspace.privileges to
'superuser';
12.
Let's view all permissions given on the privileges table (see Figure
4-13 ) .
list all permissions on privileges;
Figure 4-13 . Permissions on privileges and parent resources
13.
We also can display permissions specific to a resource using the
NORECURSIVE specifier (see Figure 4-14 ) .
list all permissions on privileges
NORECURSIVE;
Figure 4-14 . List of permissions assigned to all users on the privileges table
14.
Let's connect using normaluser and try to view all permissions
given on the privileges table.
 
 
 
 
Search WWH ::




Custom Search