728x90
RPM GPG KEY Error
mysql을 설치하려는데 아래와 같은 에러가 떴다.
찾아보니 MySQL의 GPG Key가 만료되어 발생되는 오류라고 한다.
...
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Importing GPG key 0x5071F5:
Userid : "MySQL Release Engineering <mysql-build@oss.oracle.com>"
Fingerprint: a4a9 4068 76fc 71 ... 5072 e1f5
Package : mysql80-community-release-el7-3.noarch (@/mysql80-community-release-el7-3.noarch)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Public key for mysql-community-client-plugins-8.0.35-1.el7.x86_64.rpm is not installed
Failing package is: mysql-community-client-plugins-8.0.35-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

해결 방법
새로운 버전의 GPG Key를 import 해야 한다.
MySQL 리포지토리의 2022 버전 GPG 키를 가져온 후, 다시 yum install하면 해결된다.
# rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022728x90
'Trouble Shooting' 카테고리의 다른 글
| [Error] No package nginx available. 해결 방법 (0) | 2024.02.28 |
|---|---|
| [NTP] Leap Second expired / 윤초 만료 이슈 (1) | 2024.01.28 |
| [MySQL 8.0 이상 에러] Authentication plugin 'caching_sha2_password' (0) | 2024.01.12 |
| [Tomcat 실행 시 Error] Neither the JAVA_HOME nor the JRE_HOME environment variable is defined (0) | 2024.01.11 |
| [SSH Error] WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! 해결 방법 (0) | 2023.11.09 |