github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/compatibility/conf/diff_config.toml (about) 1 # diff Configuration. 2 3 check-thread-count = 4 4 5 export-fix-sql = true 6 7 check-struct-only = false 8 9 10 [task] 11 output-dir = "/tmp/ticdc_dm_test/output" 12 13 source-instances = ["mysql1", "mysql2"] 14 15 target-instance = "tidb0" 16 17 target-check-tables = ["compatibility.t?*"] 18 19 20 [data-sources] 21 [data-sources.mysql1] 22 host = "127.0.0.1" 23 port = 3306 24 user = "root" 25 password = "123456" 26 27 [data-sources.mysql2] 28 host = "127.0.0.1" 29 port = 3307 30 user = "root" 31 password = "123456" 32 33 [data-sources.tidb0] 34 host = "127.0.0.1" 35 port = 4000 36 user = "test" 37 password = "123456"