We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Sep 18, 2018 11:54:37 AM io.vertx.ext.asyncsql.impl.MYSQLClientImpl INFO: Creating configuration for localhost:3306 Sep 18, 2018 11:54:37 AM io.vertx.core.Starter SEVERE: Failed in deploying verticle
com.github.mauricio.async.db.exceptions.UnsupportedAuthenticationMethodException: Unknown authentication method -> 'caching_sha2_password'
The text was updated successfully, but these errors were encountered:
Please provide a reproducer.
Sorry, something went wrong.
Seems this is related to MySQL 8.
I am seeing the same error when I changed my docker container image from mariadb:10.2 to mysql:8
mariadb:10.2
mysql:8
See also https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/
No branches or pull requests
Sep 18, 2018 11:54:37 AM io.vertx.ext.asyncsql.impl.MYSQLClientImpl
INFO: Creating configuration for localhost:3306
Sep 18, 2018 11:54:37 AM io.vertx.core.Starter
SEVERE: Failed in deploying verticle
com.github.mauricio.async.db.exceptions.UnsupportedAuthenticationMethodException: Unknown authentication method -> 'caching_sha2_password'
The text was updated successfully, but these errors were encountered: