formulahendry / vscode-mysql

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

Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'user'@'localhost' (using password: YES) #182

Closed saisuvanth closed 2 years ago

saisuvanth commented 2 years ago

I am using MySQL with seperate user with all privileges and I can connect normally but when I try to run a query I am getting the error:

Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'user'@'localhost' (using password: YES)

image

Please help with this.