1. 설치 파일 다운로드
https://downloads.mysql.com/archives/community/
MySQL :: Download MySQL Community Server (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Community Server, please visit MySQL Downloads. MySQL open source software is provided under the GPL License.
downloads.mysql.com
2. os 버전 확인
cat /proc/version
3. 설치
wget https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.26-1.el7.x86_64.rpm-bundle.tar
tar -xvf -
sudo yum install mysql-community-*
끝
반응형
사업자 정보 표시
라울앤알바 | 장수호 | 서울특별시 관악구 봉천로 13나길 58-10, 404호(봉천동) | 사업자 등록번호 : 363-72-00290 | TEL : 010-5790-0933 | Mail : shjang@raulnalba.com | 통신판매신고번호 : 2020-서울관악-0892호 | 사이버몰의 이용약관 바로가기
'programmer > Databases' 카테고리의 다른 글
python to hive (spark) (0) | 2022.06.02 |
---|---|
redis bulk api(java spring boot) 사용법 (0) | 2021.12.07 |
Mysql 필요 쿼리 정리 (0) | 2021.03.18 |
mysql database 기본 명령어 (0) | 2020.08.22 |
mysql Database password 변경 (0) | 2020.08.22 |