728x90
Devops
-
[AWS] 아마존 리눅스 mysql 설치 오류 해결Devops/AWS 2022. 6. 27. 22:30
아마존 리눅스에서 yum install mysql-server가 해당이 안되서, 직접 홈페이지에서 버전에 알맞는 mysql을 rpm으로 설치했다. 그 후 yum install mysql-community-server를 실행했으나, GPG KEY ERROR가 발생했다. 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. 해결 방법 다음과 같은 명령어를 실행한다. sudo rpm --import https..