admin管理员组

文章数量:1626244

使用yum -y install mysql-community-server安装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-libs-compat-5.7.37-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
原因是Mysql的GPG升级了,需要重新获取
使用以下命令即可

rpm --import https://repo.mysql/RPM-GPG-KEY-mysql-2022

原文链接:https://blog.csdn/qq_48403611/article/details/122763479

再执行

yum install mysql-server

本文标签: KeyCommunityServerpublicCENTOS