lvyanquan commented on code in PR #4061:
URL: https://github.com/apache/flink-cdc/pull/4061#discussion_r2277097179


##########
docs/content.zh/docs/connectors/flink-sources/oceanbase-cdc.md:
##########
@@ -129,357 +130,396 @@ OceanBase CDC 源端读取方案:
         <td>用于连接到 OceanBase 数据库的 MySQL 租户。</td>
       </tr>
     </tbody>
-    <tbody>
-      <tr>
-        <td><a 
href="https://mvnrepository.com/artifact/com.oceanbase/oceanbase-client/2.4.9";>com.oceanbase:oceanbase-client:2.4.9</a></td>
-        <td>用于连接到 OceanBase 数据库的 MySQL 或 Oracle 租户。</td>
-      </tr>
-    </tbody>
 </table>
 </div>
 
-配置 OceanBase 数据库和 Log Proxy 服务
+部署 OceanBase 数据库和 Binlog 服务
 ----------------------
 
-1. 按照 [文档](https://github.com/oceanbase/oceanbase#quick-start) 配置 OceanBase 集群。
-2. 在 sys 租户中,为 oblogproxy 创建一个带密码的用户。
-
-   ```shell
-   mysql -h${host} -P${port} -uroot
-   
-   mysql> SHOW TENANT;
-   mysql> CREATE USER ${sys_username} IDENTIFIED BY '${sys_password}';
-   mysql> GRANT ALL PRIVILEGES ON *.* TO ${sys_username} WITH GRANT OPTION;
-   ```
+1. 按照 
[文档](https://www.oceanbase.com/docs/common-oceanbase-database-cn-1000000003378399)
 部署 OceanBase 数据库。

Review Comment:
   This page is invalid.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to