未验证 提交 8bfb3587 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3738 from taosdata/xiaoping/markdown_update

update markdown for ALTER USER PRIVILEGE
......@@ -250,10 +250,10 @@ ALTER USER <user_name> PASS <'password'>;
修改用户密码, 为避免被转换为小写,密码需要用单引号引用,单引号为英文半角
```
ALTER USER <user_name> PRIVILEDGE <'super'|'write'|'read'>;
ALTER USER <user_name> PRIVILEDGE <super|write|read>;
```
修改用户权限为:super/write/read。 为避免被转换为小写,密码需要用单引号引用,单引号为英文半角
修改用户权限为:super/write/read,不需要添加单引号
```
SHOW USERS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册