[minor][cdc][docs] Optimize markdown styles in quickstart doc

pull/3228/head
xleoken 10 months ago committed by GitHub
parent 0562e35da7
commit ef9491b78c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -247,9 +247,9 @@ We can find that tables are created and inserted through Doris Web UI.
### Synchronize Schema and Data changes
Enter MySQL container
```shell
docker-compose exec mysql mysql -uroot -p123456
```
```shell
docker-compose exec mysql mysql -uroot -p123456
```
Then, modify schema and record in MySQL, and the tables of Doris will change the same in real time
1. insert one record in `orders` from MySQL:

@ -215,9 +215,9 @@ Connect to jdbc through database connection tools such as Dbeaver using `mysql:/
### Synchronize Schema and Data changes
Enter MySQL container
```shell
docker-compose exec mysql mysql -uroot -p123456
```
```shell
docker-compose exec mysql mysql -uroot -p123456
```
Then, modify schema and record in MySQL, and the tables of StarRocks will change the same in real time
1. insert one record in `orders` from MySQL:

Loading…
Cancel
Save