A DB_OWNER can only manage permissions of its own database

DBwrite权限并不能建表,有没有办法赋予某个用户建表权限。

可以单独给某个库分配权限么?

192.168.239.112:8902 Server response: 'grant("Dolphindingchaoqun", DB_READ, "dfs://study") => RemoteRun[controller8900] RemoteRun [datanode1] RemoteRun[datanode1] A DB_OWNER can only manage permissions of its own database.'

请先 登录 后评论

1 个回答

wale

1.DB_OWNER或者DB_MANAGE,具体权限管理可以参看用户权限管理 — DolphinDB 2.0 documentation

2.运行getAllDBs()可以看到own 的database是哪些

3.可以用getUserAccess([userIds])来查看完整的权限列表

请先 登录 后评论