Skip to content

Commit

Permalink
[docs][hotfix] Correct shell scripts style in Quickstart document
Browse files Browse the repository at this point in the history
This closes apache#3253.
  • Loading branch information
ZmmBigdata authored Apr 25, 2024
1 parent b0e0538 commit f9c1eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 表中插入一条数据
Expand Down

0 comments on commit f9c1eca

Please sign in to comment.