注意啦:点赞再看,养成习惯,你们的支持是我持续分享的最大动力😘
完整报错信息:
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 'wz123456000';
mysql>flush privileges;
告诫自己,即使再累也不要忘记学习,成功没有捷径可走,只有一步接着一步走下去。 共勉!
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。