You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/25 06:04:47 UTC

[shardingsphere] branch master updated: Update usage.en.md (#21736)

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

zhonghongsheng 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 5e5f51a1c68 Update usage.en.md (#21736)
5e5f51a1c68 is described below

commit 5e5f51a1c6854ed1847018db35516b76f14d05d2
Author: 王善民 <86...@users.noreply.github.com>
AuthorDate: Tue Oct 25 14:04:39 2022 +0800

    Update usage.en.md (#21736)
    
    fix wrong DataSource
---
 .../content/user-manual/shardingsphere-proxy/migration/usage.en.md      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md
index 198213fe2e6..53bfbc94319 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md
@@ -509,7 +509,7 @@ If you are migrating to a heterogeneous database, you need to execute the table-
 2. Configure the source resources in 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",