File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/docs/security/database-permission Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Database permission controls individual users' or groups' actions within the dat
2020
2121You can also pick out specific permissions to build [ custom roles] ( /docs/administration/custom-roles/ ) .
2222
23- | Permission | Action |
24- | ------------------------ | ------------------------------------------------------ |
25- | ` databases.query ` | [ Query] ( /docs/security/database-permission/query/ ) |
26- | ` databases.export ` | [ Export] ( /docs/security/database-permission/export/ ) |
27- | ` databases.queryExplain ` | [ EXPLAIN] ( /docs/security/database-permission/explain/ ) |
23+ | Action | Permission |
24+ | ------------------------------------------------------ | ------------------------ |
25+ | [ Query] ( /docs/security/database-permission/query/ ) | ` databases.query ` |
26+ | [ Export] ( /docs/security/database-permission/export/ ) | ` databases.export ` |
27+ | [ EXPLAIN] ( /docs/security/database-permission/explain/ ) | ` databases.queryExplain ` |
You can’t perform that action at this time.
0 commit comments