Update 25-grant.md

This commit is contained in:
wade zhang 2022-08-12 13:03:14 +08:00 committed by GitHub
parent 46a6b37779
commit 9ec8a1e44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ title: 权限管理
## 创建用户
```sql
CREATE USER use_name PASS password;
CREATE USER use_name PASS 'password';
```
创建用户。
@ -91,4 +91,4 @@ priv_level : {
```
收回对用户的授权。
收回对用户的授权。