原文:plugin caching_sha2_password could not be loaded

用sqlyog 连 mysql 时,报错:plugin caching sha password could not be loaded 原因是mysql 的加密方法变了。 mysql 开始默认采用caching sha password的加密方式 第三方客户端基本都不支持这种加密方式,只有自带的命令行支持 所以需要修改加密方式,换成老的 mysql native password 方式: ALT ...

2020-04-06 09:15 0 2982 推荐指数:

查看详情

远程连接mysql8.0,Error No.2058 Plugin caching_sha2_password could not be loaded

    通过本地去连接远程的mysql时报错,原因时mysql8.0的加密方法变了。     mysql8.0默认采用caching_sha2_password的加密方式     第三方客户端基本都不支持这种加密方式,只有自带的命令行支持     所以需要修改加密方式。     首先进 ...

Sun Aug 05 07:06:00 CST 2018 0 2032
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM