목록MySQL 설치 (1)
IT Log

CentOS 7 MySQL 5.7 Install : https://newly0513.tistory.com/153 Install MySQL 1. Download Repository 2가지 방법 중 선택하여 Download 합니다. # repo wget http://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm # dev wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm 2. Install Repository Repository 설치합니다. rpm -ivh mysql80-community-release-el7-3.noarch.rpm 3. Repository Check D..
Linux/CentOS 7
2020. 9. 26. 11:34