github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/adjust_gtid/conf/source1.yaml (about)

     1  # MySQL Configuration.
     2  
     3  source-id: mysql-replica-01
     4  flavor: ''
     5  enable-gtid: true
     6  enable-relay: true
     7  relay-binlog-name: ''
     8  relay-binlog-gtid: ''
     9  from:
    10    host: 127.0.0.1
    11    user: root
    12    password: '123456'
    13    port: 3306
    14  checker:
    15    check-enable: true
    16    backoff-rollback: 5m
    17    backoff-max: 5m
    18