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

Unable to connect to MySQL 8 #140

Open
LPX-E5BD8 opened this issue Jun 27, 2018 · 4 comments
Open

Unable to connect to MySQL 8 #140

LPX-E5BD8 opened this issue Jun 27, 2018 · 4 comments

Comments

@LPX-E5BD8
Copy link

MySQL 8 default auth plugin is "caching_sha2_password".

caching_sha2_password need support.

@ziutek
Copy link
Owner

ziutek commented Jun 27, 2018

Sorry. All my database servers are at most MySQL 5.5.

@ziutek
Copy link
Owner

ziutek commented Jul 17, 2018

Looks good!

But we definitely need to preserve support for "mysql_old_password" without specify this old authentication method as additional parameter. Current behavior can broke all users of legacy MySQL servers.

@martianzhang
Copy link
Contributor

Not full test with 'mysql_old_password' yet. I will have a try with it and give a compatible PR.

@martianzhang
Copy link
Contributor

@ziutek I commit new fix code about mysql_old_password IN #141 and give test method in commit message.

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

3 participants