This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 65f7b534142 Update usage.cn.md (#21735)
65f7b534142 is described below
commit 65f7b534142993c4add0785f3884b926a4b9e1dc
Author: 王善民 <[email protected]>
AuthorDate: Tue Oct 25 14:31:42 2022 +0800
Update usage.cn.md (#21735)
fix wrong DataSource
---
.../content/user-manual/shardingsphere-proxy/migration/usage.cn.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
index 8391fdbe826..329513bba8b 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
@@ -512,7 +512,7 @@
KEY_GENERATE_STRATEGY(COLUMN=order_id,TYPE(NAME="snowflake"))
2. 在 proxy 配置源端资源。
```sql
-REGISTER MIGRATION SOURCE STORAGE UNIT ds_2 (
+REGISTER MIGRATION SOURCE STORAGE UNIT ds_0 (
URL="jdbc:opengauss://127.0.0.1:5432/migration_ds_0",
USER="gaussdb",
PASSWORD="Root@123",