This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new e7a6967 Update authentication.cn.md (#8716)
e7a6967 is described below
commit e7a6967769fb2de768bac1431ad160aa37c239b1
Author: richie <[email protected]>
AuthorDate: Wed Jan 20 13:26:57 2021 +0800
Update authentication.cn.md (#8716)
---
.../shardingsphere-proxy/configuration/authentication.cn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
index 81c9793..77a29a1 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
@@ -10,8 +10,8 @@ weight = 2
authentication:
users:
root: # 自定义用户名
- password: root # 自定义用户名
+ password: root # 自定义用户名密码
sharding: # 自定义用户名
- password: sharding # 自定义用户名
+ password: sharding # 自定义用户名密码
authorizedSchemas: sharding_db, replica_query_db #
该用户授权可访问的数据库,多个用逗号分隔。缺省将拥有 root 权限,可访问全部数据库。
```