mysql: consider upgrading MySQL client

252 阅读1分钟

注意啦:点赞再看,养成习惯,你们的支持是我持续分享的最大动力😘

完整报错信息:

Unhandled rejection Error: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

解决方案:

mysql>use mysql
mysql> alter user 'root'@'localhost' identified with mysql_native_password by '你的密码';
mysql>flushprivileges;

告诫自己,即使再累也不要忘记学习,成功没有捷径可走,只有一步接着一步走下去。 共勉!