ER_NOT_SUPPORTED_AUTH_MODE === ###### tags: `MySQL` `Visual Studio Code` What if you see error ER_NOT_SUPPORTED_AUTH_MODE on VSCODE while trying to connect Mysql via extension 1. Open your Mysql client 2. Put ALTER USER '<your_user>'@'localhost' IDENTIFIED WITH mysql_native_password BY '<your_password>' 3. Refresh the connection and you will see all the databases