MySql教程

获取 GPG 密钥失败: [Errno 14] curl#37 - "Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

本文主要是介绍获取 GPG 密钥失败: [Errno 14] curl#37 - "Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
mysql报错【

获取 GPG 密钥失败:
[Errno 14] curl#37 - "Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022"

  原因: GPG对于包的源key的验证没有通过

处理办法:
  # 在yum install 版本后面加上 --nogpgcheck,即可绕过GPG验证成功安装
  yum install mysql-community-server --nogpgcheck

这篇关于获取 GPG 密钥失败: [Errno 14] curl#37 - "Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!