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';

此时再连接,则会出现密码错误。(因为已经改了新密码),再运行一次,把密码改回原来即可。

posted @ 2019-04-17 10:08  何大卫  阅读(1317)  评论(0编辑  收藏  举报