1

I am using the DolphinDB web interface with the DB_READ privilege. However, I cannot access the databases in the web interface. I am wondering if it is because that I’m not granted the DB_MANAGE permission.

Can anyone shed some light on this issue? Thanks in advance.

enter image description here

molddd123
  • 297
  • 6

1 Answers1

1

Only an administrator or a user with the DB_MANAGE permission can access all databases on the current node.

To check your privileges, you can use the getUserAccess function.

Smalllpotato
  • 241
  • 4