MySQL 8.0 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded 原因及解决办法

在 MySQL 服务器上更改用户的认证插件

ALTER USER 'yourusername'@'yourhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';
FLUSH PRIVILEGES;

或者下面的方法

ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be load
ed: 找不到指定的模块。

image

image

posted @ 2024-01-29 13:18  VipSoft  阅读(270)  评论(0)    收藏  举报