You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/01/15 06:32:41 UTC

[shardingsphere] branch master updated: prefect document (#9042)

This is an automated email from the ASF dual-hosted git repository.

panjuan 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 017bfd6  prefect document (#9042)
017bfd6 is described below

commit 017bfd62b34159e385d8e52485a3d3bf125381b9
Author: Jieker <ji...@163.com>
AuthorDate: Fri Jan 15 14:32:14 2021 +0800

    prefect document (#9042)
---
 docs/document/content/features/sharding/use-norms/rdl.cn.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/document/content/features/sharding/use-norms/rdl.cn.md b/docs/document/content/features/sharding/use-norms/rdl.cn.md
index 2968d09..f438259 100644
--- a/docs/document/content/features/sharding/use-norms/rdl.cn.md
+++ b/docs/document/content/features/sharding/use-norms/rdl.cn.md
@@ -48,15 +48,15 @@ t_item=mod(item_id, 2)
 
 ### 前置工作
 
-1. Start the service of MySQL instances 
-2. Create MySQL databases (Viewed as the resources for ShardingProxy)
-3. Create a role or user with creating privileges for ShardingProxy
-4. Start the service of Zookeeper (For persisting configuration)
+1. 启动MySQL服务
+2. 创建MySQL数据库(参考ShardingProxy数据源配置规则)
+3. 为ShardingProxy创建一个拥有创建权限的角色或者用户
+4. 启动Zookeeper服务 (为了持久化配置)
 
 ### 启动ShardingProxy
 
-1. Add `governance` and `authentication` setting item to the `server.yaml`  (Please refer to the example in this file)
-2. Start the ShardingProxy ([Instruction](/en/quick-start/shardingsphere-proxy-quick-start/))
+1. 添加 `governance` 和 `authentication` 配置参数到 `server.yaml` (请参考相关example案例)
+2. 启动 ShardingProxy ([相关介绍](/ch/quick-start/shardingsphere-proxy-quick-start/))
 
 ### 创建分布式数据库和分片表