SQL

AWS EC2 Linux2에 MySQL 8.0 설치하기

세댕댕이 2022. 3. 15. 15:29

1.  

sudo yum install https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm

 

2. ** 설치 실패시 **

(The GPG keys listed for the "MySQL 8.0 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.)

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

 

3.

sudo yum install mysql-community-server