formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
219 stars 60 forks source link

I used this tool to connect mysql server running in docker, but it failed. As you can see below #117

Open heimiguoguo opened 5 years ago

heimiguoguo commented 5 years ago

Connection error! ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

zuosc commented 5 years ago

+1

mysql server version:8.0.17-1debian9

zuosc commented 5 years ago

I know the reason.

mysql 8 use a new encryption method. nodejs still not supported.

so

valhuber commented 2 years ago

I have this issue too.

I also saw this, but don't have time to try it... perhaps it will help...