본문 바로가기
Linux

mysql version 8 설치

by NaHyungMin 2019. 10. 7.

 

해당 사이트에 접속해서 자신의 리눅스 버전을 확인한다.

https://dev.mysql.com/downloads/repo/yum/

 

MySQL :: Download MySQL Yum Repository

Support EOL for Fedora 28 Per the MySQL Support Lifecycle policy regarding ending support for OS versions that have reached end of life, we plan to discontinue building all MySQL binaries for the Fedora 28 platform as of May 28, 2019. See Fedora 28 End of

dev.mysql.com

내 경우는 centos 6.10이었기에 mysql80-community-release-el6-3.noarch.rpm을 설치해야 한다.

 

wget http://repo.mysql.com/mysql80-community-release-el6-3.noarch.rpm

rpm -ivh mysql80-community-release-el6-3.noarch.rpm

yum install mysql-server

 

리눅스에 다음 명령어로 다운 받을 장소를 정해주고 설치를 한다.

 

설치는 됐다. 이제 설정 파일을 변경해야 한다.

5.17버전보다 성능이 읽기에서 3배는 차이 나는것 같고 지우는 것도 2배 이상 차이 나는것 같다.

 

자세한 비교는 해당 사이트를 보자.

https://severalnines.com/database-blog/mysql-performance-benchmarking-mysql-57-vs-mysql-80

 

MySQL Performance Benchmarking: MySQL 5.7 vs MySQL 8.0

MySQL 8.0 features a lot of great improvements, comprehensive support for technologies, and most importantly, its enhanced performance under high read/write workloads. In this blog, we’ll have a look at how MySQL 8.0 performs as compared to its predecessor

severalnines.com

 

'Linux' 카테고리의 다른 글

Google Cloud Platform으로 Centos7에 mysql8 설치  (0) 2019.10.08
메모리 부족할 때 Mysql 실행하는 방법  (0) 2019.10.08
Google Cloud  (0) 2019.08.11
Windows10 VMware Device/Credentia 오류  (0) 2019.08.04
Linux 설치  (0) 2019.08.04