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

mysql 安装包一路next安装,到Apply Configuration,卡住在Start the server,原因是mysql8新版本的登录身份不对,需要进入服务,找到mysql80,然后属性,修改为本地系统账户。然后重试,这样可以

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

mysql 安装包一路next安装,

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

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

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

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

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

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。 原始发表:2022-07-15,如有侵权请联系 cloudcommunity@tencent 删除连接系统server登录客户端

发布者:admin,转转请注明出处:http://www.yc00.com/web/1754984594a5224102.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信