Skip to content

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