Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hw2499 authored Oct 3, 2023
1 parent 426f02e commit 7135429
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,11 @@ binlog_format = ROW
```shell
host all all 0.0.0.0/0 md5

```
- 监听的数据表均需要执行以下操作,如表hw_u1.t_4
```shell
ALTER TABLE hw_u1.t_4 REPLICA IDENTITY FULL ;

```
- etl engine任务配置
Expand Down

0 comments on commit 7135429

Please sign in to comment.