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

--defaults-file option does not honor port #103

Closed
1stone opened this issue Feb 6, 2018 · 1 comment
Closed

--defaults-file option does not honor port #103

1stone opened this issue Feb 6, 2018 · 1 comment
Labels
Milestone

Comments

@1stone
Copy link

1stone commented Feb 6, 2018

When using the --defaults-file option with an option file, a explicitly set port is not used.

With an defaults-file (dbconfig) like this

[client]
host=mydb.example.com
port=3307
user=bla
password=fasel

an invokation of mydumper --defaults-file=dbconfig ... is effectively connecting to port 3306 on that remote host, rather than the specified 3307.

@1stone 1stone changed the title --defaults-file option does not honornot --defaults-file option does not honor port Feb 6, 2018
@maxbube maxbube added this to the release 0.9.5 milestone Feb 19, 2018
@maxbube
Copy link
Collaborator

maxbube commented Feb 19, 2018

Hi @1stone ,

Thanks for the report, I will review this for the next release

@maxbube maxbube added the Bug label Feb 19, 2018
maxbube added a commit that referenced this issue Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants