Skip to content

Error handling missing in client auth #636

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

Closed
btoonk opened this issue Oct 31, 2021 · 0 comments
Closed

Error handling missing in client auth #636

btoonk opened this issue Oct 31, 2021 · 0 comments

Comments

@btoonk
Copy link
Contributor

btoonk commented Oct 31, 2021

For example:

If you use client.Connect(addr, username, password, non-existing-db)
Mysql server will return an error (Unknown database: 'non-existing-db')

But the go-mysql client will not handle this error and therefore thinks it's successfully connected, but the mysql server already closed the connection.

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