Skip to content

Commit 137dc1b

Browse files
authored
[minor][cdc][docs] Optimize markdown formats in doris quickstart doc
This closes #3324.
1 parent a098dda commit 137dc1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ sink 添加 `table.create.properties.replication_num` 参数是由于 Docker 镜
248248
### 同步变更
249249
进入 MySQL 容器
250250

251-
```shell
252-
docker-compose exec mysql mysql -uroot -p123456
253-
```
251+
```shell
252+
docker-compose exec mysql mysql -uroot -p123456
253+
```
254254

255255
接下来,修改 MySQL 数据库中表的数据,Doris 中显示的订单数据也将实时更新:
256256
1. 在 MySQL 的 `orders` 表中插入一条数据

0 commit comments

Comments
 (0)