"Client does not support authentication protocol requested by server"
See original GitHub issueError: Client does not support authentication protocol requested by server; consider upgrading MariaDB client
This is a fresh install of MariaDB with an imported SQL dump and I ran the query SET PASSWORD FOR 'root'@'localhost' = PASSWORD('password')
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:14 (6 by maintainers)
Top Results From Across the Web
MySQL 8.0 - Client does not support authentication protocol ...
1) Type MySQL in the windows search bar · 2) Open the MySQL Windows Installer - Community · 3) Look for "MySQL server"...
Read more >B.3.2.4 Client does not support authentication protocol
The Client does not support authentication protocol error also can occur if multiple versions of MySQL are installed but client programs are dynamically...
Read more >MYSQL: Client does not support authentication protocol…
I started working on this article after I solved an issue connecting my express app to my local MySQL server. I got the...
Read more >How to fix "Client does not support authentication protocol ...
How to fix "Client does not support authentication protocol requested by server; consider upgrading MySQL client"?
Read more >Directus error " ER_NOT_SUPPORTED_AUTH_MODE
You can get the error ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client if ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
just update your mysql-connector-java to latest all works fine
Any news here? Thanks!