Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When connecting to MySQL, if client group exists in the x.cnf, ignore others #1417

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

shihuafan
Copy link
Contributor

When both the "mydumper" and "client" groups exist in the mydumper.cnf file, only the "client" group should be used to connect to MySQL. This is because these two groups have some parameters that are not shared, such as "database".
Eg:

[client]
host=127.0.0.1
user=root
port=3307
password=123

[mydumper]
database=db1,db2

@davidducos davidducos added this to the Release 0.16.1-1 milestone Mar 6, 2024
@davidducos davidducos merged commit 8fd2114 into mydumper:master Mar 6, 2024
35 checks passed
@shihuafan shihuafan deleted the mysql_ops_group branch March 7, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants