原文:SQLyog连接数据库 提示错误plugin caching_sha2_password could not be loaded

.打开mysql cmd .执行语句 ALTER USER root localhost IDENTIFIED BY password PASSWORD EXPIRE NEVER 修改加密规则 ALTER USER root localhost IDENTIFIED WITH mysql native password BY password 更新一下用户的密码 FLUSH PRIVILEGES ...

2018-11-21 12:51 0 1686 推荐指数:

查看详情

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-2026 CODEPRJ.COM