Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix typo #1954

Merged
merged 6 commits into from
Mar 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typo
amber-moe committed Mar 23, 2020
commit 62a9a88e3c7bc845d4526584f61e01381d9d4ce2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GRANT ROLE 语法

```ngql
REVOKE ROLE <role_type> ON <space> FROM <user>
GRANT ROLE <role_type> ON <space> TO <user>
```

使用 `GRANT` 语句为 **Nebula Graph** 用户授予权限。使用 `GRANT` 必须拥有 `GRANT` 权限。