原文:navicat连接mysql80报caching_sha2_password错误

mysql 连接navicat 两种修改mysql密码加密方式的方法 修改配置文件 default authentication plugin caching sha password 修改为: default authentication plugin mysql native password 使用命令进行更改 alter USER root localhost identified BY p ...

2019-09-28 20:22 0 1263 推荐指数:

查看详情

mysql80远程登录问题--caching_sha2_password

环境:centos7.2,mysql80社区版 现象如下 1)某台centos(非mysql主机) 2)本地navicat连接 分析:   1)什么是caching_sha2_password?   mysql的一个认证的插件——MySQL 8.0.4 ...

Fri Sep 14 20:33:00 CST 2018 0 2686
navicatcaching_sha2_password异常

使用navicat连接mysql报错(升级到mysql8版本时的错) 解决办法: 通过命令行登录mysql后, 输入: alter user 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456'; 更改 ...

Sun Jul 15 00:10:00 CST 2018 0 3035
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM