CentOS 7 MYSQL 5.7 설치 GPG keys 오류 해결 방법

CentOS 7에서 아래와 같이 yum으로 MYSQL 5.7을 설치하다가 오류가 발생하고 해결해 내용을 공유드립니다. 

[root@localhost ~]# yum install http://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
[root@localhost ~]# yum install mysql-community-server

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-server-5.7.37-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

 

GPG Key가 만료됐다는 의미 같은데, 정확히는 무슨 의미인지 모르겠습니다.

 

그래도 해결 방법은 찾습니다.

[root@localhost ~]# rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022

2022 버전 GPG KEY를 import 하고 다시 yum install을 시도하면 문제없이 설치가 완료됩니다.

반응형

댓글

Designed by JB FACTORY