vscode-mysql
vscode-mysql copied to clipboard
Error: ER_NOT_SUPPORTED_AUTH_MODE
I clone a project in my teams private repository, and I setup the project, connection to the database in the docker container, the plugin report this error.
Me too. MySQL 8.0.20 I've disabled SSL on the server. And tried all three authentication plugins:
- mysql_native_password
- sha256_password
- caching_sha2_password
Same error in all cases.
This worked for me