[docs][hotfix] Correct shell scripts style in Quickstart document

This closes #3253.
pull/3265/head
Zmm 9 months ago committed by GitHub
parent b0e053838c
commit f9c1ecafff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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` 表中插入一条数据

Loading…
Cancel
Save