0
点赞
收藏
分享

微信扫一扫

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching_

mysql 安装包一路next安装,

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching__mysql

到Apply Configuration,卡住在Start the server,原因是mysql8新版本的登录身份不对,需要进入服务,找到mysql80,然后属性,修改为本地系统账户。

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching__新版本_02

然后重试,这样可以安装成功了。

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching__ide_03

 

本地dos窗口登录mysql , mysql -hlocalhost -uroot -proot -P3306

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching__新版本_04

查看加密方式,select Host,User,plugin from mysql.user;

alter user root@localhost identified with mysql_native_password by '123456';

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching__mysql_05

mysql8新版本安装注意事项及解决本地系统账户Strart the server和SQLyog客户端连接报 plugin caching__mysql_06

 

举报

相关推荐

0 条评论