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

be more portable, fixed authentication #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

olbohlen
Copy link

this patch fixes the problem when connecting to databases which require an authentication, we
need to authenticate first, then select the database

also this patch replaces head -c 1 with dd bs=1 count=1 to be more compatible to non-linux platforms

also it removes status=noxfer, since the stderr is thrown away anyway and it would break with non-gnu dd

Olaf Bohlen added 2 commits April 20, 2017 13:58
this patch fixes the problem when connecting to databases which require an authentication, we
need to authenticate first, then select the database

also this patch replaces head -c 1 with dd bs=1 count=1 to be more compatible to non-linux platforms

also it removes status=noxfer, since the stderr is thrown away anyway and it would break with non-gnu dd
@olbohlen
Copy link
Author

also added keysearch to fix issue #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant