原文:连接MySQL错误“plugin caching_sha2_password could not be loaded”的解决办法

MySQL新版默认使用caching sha password作为身份验证插件,而旧版是使用mysql native password。当连接MySQL时报错 plugin caching sha password could not be loaded 时,可换回旧版插件。 mysql hlocalhost uroot p 进入数据库use mysql ALTER USER root local ...

2020-10-18 02:12 0 2390 推荐指数:

查看详情

plugin caching_sha2_password could not be loaded

用sqlyog 连 mysql 8 时,报错:plugin caching_sha2_password could not be loaded 原因是mysql8 的加密方法变了。 mysql8 开始默认采用caching_sha2_password的加密方式 第三方客户端基本都不支持这种 ...

Mon Apr 06 17:15:00 CST 2020 0 2982
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM