ETC/AWS
Amazon linux mysql8 설치
추천캐릭터
2022. 7. 28. 16:37
728x90
MySQL8 설치 방법
wget https://downloads.mysql.com/archives/get/p/23/file/mysql-8.0.20-1.el7.x86_64.rpm-bundle.tar
tar xvf mysql-8.0.20-1.el7.x86_64.rpm-bundle.tar
sudo yum install mysql-community-*.rpm -y
systemctl start mysqld
728x90