We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying out to connect to MySQL 8 with support added in master (#794). What I'm doing wrong? I've made a repository to test this https://github.com/arvenil/mysql-test and you can check latest commit to master for the result https://github.com/arvenil/mysql-test/runs/1221644 (BTW new travis integration is really cool). Every database image/version passes except MySQL 8 which errors with malformed packet error: https://travis-ci.com/arvenil/mysql-test/jobs/125123277
malformed packet
The text was updated successfully, but these errors were encountered:
I can confirm. If I run a local mysql:8.0 docker container, I get the same error. Investigating...
Sorry, something went wrong.
My first guess is that empty passwords are the problem. If I set a root password it works fine.
Fix empty SHA2 password handling
4bcaa02
Fixes #799
Fix empty SHA2 password handling (#800)
ceae19c
* Fix empty SHA2 password handling Fixes #799 * add empty password test * fix auth switch
julienschmidt
No branches or pull requests
I'm trying out to connect to MySQL 8 with support added in master (#794). What I'm doing wrong? I've made a repository to test this https://github.com/arvenil/mysql-test and you can check latest commit to master for the result https://github.com/arvenil/mysql-test/runs/1221644 (BTW new travis integration is really cool). Every database image/version passes except MySQL 8 which errors with
malformed packet
error: https://travis-ci.com/arvenil/mysql-test/jobs/125123277The text was updated successfully, but these errors were encountered: