Database (2) 썸네일형 리스트형 load test using sysbench for mysql 1. sysbench 설치 ## 설치가 안되는 경우, epel-release 부터 설치 필요 [root@localhost ~]# yum install epel-release [root@localhost ~]# yum -y install sysbench 2. 테스트 database 및 계정 생성 [root@localhost ~]# mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1059 Server version: 8.0.33 MySQL Community Server - GPL Copyright (c) 2000, 2023,.. How to install mysql 1. RPM 파일 다운로드 [root@localhost ~]# curl -sSLO https://dev.mysql.com/get/mysql80-community-release-el7-5.noarch.rpm [root@localhost ~]# ls anaconda-ks.cfg mysql80-community-release-el7-5.noarch.rpm 2. MD5 체크섬 확인 [root@localhost ~]# md5sum mysql80-community-release-el7-5.noarch.rpm e2bd920ba15cd3d651c1547661c60c7c mysql80-community-release-el7-5.noarch.rpm 3. 1번에서 다운로드 받은 RPM 파일 이용하여 설치 [root@loca.. 이전 1 다음