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

Error: getaddrinfo ENOTFOUND thrown for complex password with '@' at sign in it #11

Open
bronius opened this issue Apr 12, 2018 · 0 comments

Comments

@bronius
Copy link

bronius commented Apr 12, 2018

Given a normal mysql connection string containing a password with an at sign ('@') as one of the characters, MySQL fails to connect when issued a command.

  • The connections itself (.connect()) doesn't thrown an error, it "connects" just fine
  • A query sent (say, .findOne()) causes hyena/dns.js to throw the error Error: getaddrinfo ENOTFOUND

Don't know where the issue is, but maybe if there's a string split on @, maybe make it a string split on the rightmost @ sign?

Most related to #5 but not.

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

No branches or pull requests

1 participant