We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a098dda commit 137dc1bCopy full SHA for 137dc1b
docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
@@ -248,9 +248,9 @@ sink 添加 `table.create.properties.replication_num` 参数是由于 Docker 镜
248
### 同步变更
249
进入 MySQL 容器
250
251
- ```shell
252
- docker-compose exec mysql mysql -uroot -p123456
253
- ```
+```shell
+ docker-compose exec mysql mysql -uroot -p123456
+```
254
255
接下来,修改 MySQL 数据库中表的数据,Doris 中显示的订单数据也将实时更新:
256
1. 在 MySQL 的 `orders` 表中插入一条数据
0 commit comments