This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push: new f9c1ecaff [docs][hotfix] Correct shell scripts style in Quickstart document f9c1ecaff is described below commit f9c1ecafff77c75c7c3b8163abdc9f424c1b024f Author: Zmm <102840730+zmmbigd...@users.noreply.github.com> AuthorDate: Thu Apr 25 18:04:02 2024 +0800 [docs][hotfix] Correct shell scripts style in Quickstart document This closes #3253. --- docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md index 86adab6d6..9874db579 100644 --- a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md +++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md @@ -245,9 +245,9 @@ sink 添加 `table.create.properties.replication_num` 参数是由于 Docker 镜 ### 同步变更 进入 MySQL 容器 - ```shell + ```shell docker-compose exec mysql mysql -uroot -p123456 - ``` + ``` 接下来,修改 MySQL 数据库中表的数据,Doris 中显示的订单数据也将实时更新: 1. 在 MySQL 的 `orders` 表中插入一条数据