-
Notifications
You must be signed in to change notification settings - Fork 341
Connecting to Azure MySQL fails #259
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
Labels
Comments
Fixed in 0.19.3. |
For networking issues, please feel free to contact to Xiangyu. He will help you to solve these. |
This bug was due to Azure Database for MySQL not supporting "fast path" authentication; I've made a suggestion on the MSDN forums. |
COM_CHANGE_USER issue tracking in TFS #51448, If there are any news, I will post here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create an Azure MySQL 5.7 instance and attempt to connect to it.
A
NullReferenceException
is thrown:After fixing this bug in
CloseDatabase
, we get the underlying exception:When connecting, we are expecting to get an OK packet, but the server is sending a change authentication packet instead.
The text was updated successfully, but these errors were encountered: