mysql客户报错ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password‘ cannot be loaded

1、客户端mysql报错:ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password’ cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
2、报错如下图所示:

在这里插入图片描述
解决方法:
原因是:linux服务器客户端mysql版本太低导致报错。

1、设置mysql8.0的yum源
cat > /etc/yum.repos.d/mysql-community.repo << EOF 
[mysql80-community] 
name=MySQL 8.0 Community Server 
baseurl=https://repo.mysql.com/yum/mysql-8.0-community/el/7/x86_64/ 
enabled=1 
gpgcheck=0
gpgkey=https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 
EOF


2、安装mysql客户端
yum -y install mysql-community-client

3、测试验证:
mysql -uroot -h 127.0.0.1 -p
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

秋天枫叶35

希望能帮到你,谢谢你能阅读~

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值