使用yum -y install mysql-server安装出现以下警告
Total size: 221 M
Is this ok [y/d/N]: y
Downloading packages:
warning: /var/cache/yum/x86_64/7/mysql57-community/packages/mysql-community-common-5.7.38-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
The GPG keys listed for the “MySQL 5.7 Community Server” repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
Failing package is: mysql-community-common-5.7.38-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
解决方法
修改/etc/yum.repos.d/目录下的mysql-community.repo文件,将里面所有的gpgcheck=1修改为gpgcheck=0即可。
[root@localhost yum.repos.d]# vi mysql-community.repo
在尝试使用yum安装MySQL-server时遇到了警告,提示GPGKey不正确。解决方法是编辑/etc/yum.repos.d/目录下的mysql-community.repo文件,将所有gpgcheck=1改为gpgcheck=0,从而禁用GPG验证。

9960

被折叠的 条评论
为什么被折叠?



