Unable to load authentication plugin 'caching_sha2_password'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to load authentication plugin 'caching_sha2_password'相关的知识,希望对你有一定的参考价值。

这是mysql 8.0版本才出现的问题,原因是mysql 8.0 默认使用 caching_sha2_password 身份验证机制 —— 从原来的 mysql_native_password 更改为 caching_sha2_password。

解决办法:

 

alter user \'root\'@\'localhost\' identified by \'你的密码\' password expire never;

alter user \'root\'@\'localhost\' identified with mysql_native_password by \'你的密码\'

flush privileges;

以上是关于Unable to load authentication plugin 'caching_sha2_password'的主要内容,如果未能解决你的问题,请参考以下文章

Unable to load class named

Unable to load dispatcher.filter.StrutsPrepareAndExecuteFilter

Excel Web Access 报错:Unable to Load Workbook

Unable to load configuration. - [unknown location]

VisualSFM使用记录1 unable to load libsiftgpu.so

unable to load default svn client