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
nebula> SHOW ROLES in basketballplayer;
+---------+-----------+
| Account | Role Type |
+---------+-----------+
| "user1" | "ADMIN" |
+---------+-----------+
when I'm ROOT, SHOW ROLES return nothing. It is really strange for nothing, but should be everything.
The text was updated successfully, but these errors were encountered:
As user root, you should see not only admin's role type but also root's role type. Maybe:
+---------+-----------+
| Account | Role Type |
+---------+-----------+
| "root " | "GOD" |
+---------+-----------+
| "admin" | "ADMIN" |
+---------+-----------+
As user root, you should see not only admin's role type but also root's role type. Maybe:
+---------+-----------+
| Account | Role Type |
+---------+-----------+
| "root " | "GOD" |
+---------+-----------+
| "admin" | "ADMIN" |
+---------+-----------+
GOD is not a role of space, GOD has permission for any operation in all spaces.
when I'm an
admin
,SHOW ROLES
returns sometingwhen I'm
ROOT
,SHOW ROLES
return nothing. It is really strange fornothing
, but should be everything.The text was updated successfully, but these errors were encountered: