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 137dc1b2e [minor][cdc][docs] Optimize markdown formats in doris
quickstart doc
137dc1b2e is described below
commit 137dc1b2e631f4575efc8c6e3f0cde8ea090cfe1
Author: Jiabao Sun <[email protected]>
AuthorDate: Mon Jul 15 15:13:28 2024 +0800
[minor][cdc][docs] Optimize markdown formats in doris quickstart doc
This closes #3324.
---
docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md | 6 +++---
1 file changed, 3 insertions(+), 3 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 0263d3028..47c56edcc 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
@@ -248,9 +248,9 @@ sink 添加 `table.create.properties.replication_num` 参数是由于
Docker 镜
### 同步变更
进入 MySQL 容器
- ```shell
- docker-compose exec mysql mysql -uroot -p123456
- ```
+```shell
+ docker-compose exec mysql mysql -uroot -p123456
+```
接下来,修改 MySQL 数据库中表的数据,Doris 中显示的订单数据也将实时更新:
1. 在 MySQL 的 `orders` 表中插入一条数据