-
-
Notifications
You must be signed in to change notification settings - Fork 618
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
Question: MySQL 8 compatibility #975
Comments
At the moment default mysql8 auth method is not yet supported ( there is some slow progress in fast-caching_sha2_password branch but last few months I'm quite busy with work and family and don't have much time to focus on this ) You can still use this driver with mysql8 server if you change auth plugin to mysqljs/mysql also is working on getting this auth supportred, you can track progress here: mysqljs/mysql#1962 For this library as first step I want to add proper full support for auth plugins, and then later add caching_sha2_password as bundled plugin |
Great, thanks for the quick reply! |
how are things going now? Can I use mysql2 with mysql v.8 ? |
@iblessedi yes |
@sidorares did you mean the version of MySQL–8.0 (https://dev.mysql.com/doc/refman/8.0/en/) ? |
Hi,
I'm using this module indirectly via dependency from https://github.com/fastify/fastify-mysql.
In there a disclaimer says that MySQL 8.x is not supported, althought I have been using it fine so far.
I raised this question there: fastify/fastify-mysql#24, would be great to get a quick comment on that from the maintainers here.
Thanks!
The text was updated successfully, but these errors were encountered: