This repository was archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:pingcap/dm into cant-start-relay
- Loading branch information
Showing
9 changed files
with
85 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
#server id of slave for binlog replication | ||
#each instance (master and slave) in replication group should have different server id | ||
server-id: 101 | ||
|
||
#represents a MySQL/MariaDB instance or a replication group | ||
source-id: mysql-replica-01 | ||
|
||
#flavor: mysql/mariadb | ||
flavor: mysql | ||
|
||
#enable relay log | ||
enable-relay: false | ||
# relay-binlog-name: '' | ||
# relay-binlog-gtid: '' | ||
# relay-dir: ./relay_log | ||
|
||
#enable gtid in relay log unit | ||
enable-gtid: false | ||
|
||
#charset of DSN of source mysql/mariadb instance | ||
# charset: '' | ||
|
||
from: | ||
host: 127.0.0.1 | ||
user: root | ||
password: Up8156jArvIPymkVC+5LxkAT6rek | ||
port: 3306 | ||
|
||
#relay log purge strategy | ||
#purge: | ||
# interval: 3600 | ||
# expires: 24 | ||
# remain-space: 15 | ||
|
||
#task status checker | ||
#checker: | ||
# check-enable: true | ||
# backoff-rollback: 5m | ||
# backoff-max: 5m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters