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

Making a connection with MySQL database. #157

Open ghost opened 3 years ago

ghost commented 3 years ago

{ The Error I get } "error: connect ECONNREFUSED 127.0.0.1:3306"

{ The Photo of the erro } error My SQL

Abdul24 commented 3 years ago

I received the same error. I used the below script in the attached article to fix this error.

example: ALTER USER ''@'localhost' IDENTIFIED WITH mysql_native_password BY ''

Written like this : ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'

https://stackoverflow.com/questions/62260725/er-not-supported-auth-mode-client-does-not-support-authentication-protocol-requ