Mac OS Navicat Premium 使用遇到的坑记录

1. Navicat Premium 连接mysql8.0报:2059 - Authentication plugin ‘caching_sha2_password’ cannot be loaded:

1.报错详情:

2059 - Authentication plugin ‘caching_sha2_password’ cannot be loaded: dlopen(…/Frameworks/caching_sha2_password.so, 2): image not found

2.报错图片(摘自网络):

![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw#pic_c在这里插入图片描述

3.解决方法

1.登陆mysql控制台(可能回遇到command not found命令无效),解决方案在第3点

sudo mysql -u root -p

MacdeMacBook-Pro:~ mac$ mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 8.0.19 MySQL Community Server - GPL

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
2.更改密码

mysql> ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;

mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
Query OK, 0 rows affected (0.00 sec)
3.输入mysql -u root -p 出现报错解决方法

command not found
解决方法:修改环境变量

1、输入 sudo vim .bash_profile,输入密码进入文件,按i进入编辑状态,编辑完后按esc 输入:wq保存退出

添加mysql配置信息
在export PATH= P A T H : PATH: PATH:MAVEN_HOME/bin后面输入:/usr/local/mysql/bin

export MAVEN_HOME=/Users/oliver/Software/maven/apache-maven-3.6.1
export PATH=$PATH:$MAVEN_HOME/bin:/usr/local/mysql/bin
2.更新刚修改的配置文件
source .bash_profile

参考:
https://blog.csdn.net/u011182575/article/details/80821418
https://blog.csdn.net/qq_38728790/article/details/80625584

PS:仅作自己记录学习使用

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值