vscode Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
vscode 连接 mysql 时出现这个错误
alter user ‘root’@‘localhost’ identified with mysql_native_password by 'password';
此时再连接,则会出现密码错误。(因为已经改了新密码),再运行一次,把密码改回原来即可。