Problem with MySQL caching_sha2_password #7066
Unanswered
guiassemany
asked this question in
Q&A
Replies: 1 comment
-
hi, change user mysql conf, in database, or create a new user with mysql_native_password: ALTER USER 'username'@'host' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to connect to a MySQL database that uses the caching_sha2_password password mode. Whenever I test the connection, I get the following error:
I run the latest version of Redash (v10 - redash/redash:10.1.0.b50633) on Ubuntu 18.04 as the main server, and I use Docker containers to serve the app.
Has anyone faced this problem before?
Beta Was this translation helpful? Give feedback.
All reactions