Technical posts/MySQL 4

[Preparing DBMS Benchmark] Install Mariadb 10.1.17 on CentOS 7.2

[Preparing DBMS Benchmark] Install Mariadb 10.1.17 on CentOS 7.2 자! 4번째 마리아디비를 해보도록 하겠다 https://mariadb.com/download_file/mariadb/rhel/10.2.7/8279ca5e06351f8b77b538007ea2e001 요기서 다운받고 https://mariadb.com/kb/en/mariadb/installing-mariadb-with-the-rpm-tool/ 요기처럼 설치하겠다 Step 1. 압축을 푼다 [root@localhost preinst]# tar -xvf *mariadb-10.2.7-rhel-7-x86_64-rpms/mariadb-10.2.7-rhel-7-x86_64-rpms/MariaDB-10.2..

[Preparing DBMS Benchmark] Install MySQL 5.7.19 on CentOS 7.2

[Preparing DBMS Benchmark] Install MySQL 5.7.19 on CentOS 7.2 mysql 설치이다 바이너리로다가 경로깔끔하게 집어넣고 설치하려고 했으나.. 빨리빨리 하고 싶으니 후딱하자 https://dev.mysql.com/downloads/mysql/에서 파일을 받고 번들로 그냥 통째로 받도록 하자 Step 1. tar 풀기 [root@localhost preinst]# lsmysql-5.7.19-1.el7.x86_64.rpm-bundle.tar[root@localhost preinst]# tar -xvf *mysql-community-embedded-devel-5.7.19-1.el7.x86_64.rpmmysql-community-client-5.7.19-1.el7.x..

MySQL 5.7 rpm 한방 설치 / MySQL 5.7 5분안에 설치

MySQL 5.7 5분안에 설치하기... 최대한 쉽고 빠르게 설치할 수 있도록 명령어를 정리했다 1. 기존 라이브러리 삭제2. mysql 설치에 필요한 라이브러리 설치3. mysql 번들 모두 설치4. mysql 시작 http://dev.mysql.com/downloads/mysql/ 에서 mysql-5.7.13-1.el7.x86_64.rpm-bundle.tar 를 받아 tar를 풀고아래를 복사 붙여넣기 하면 된다yum remove mysql-libs-5.1.71-1.el6.x86_64 yum install glibc libgcc libgcc*.i686 libstdc++ libstdc++*.i686 openssl openssl*.i686 libaio libaio*.i686 numactl numactl*i..

MySQL 5.7 rpm 설치

MySQL 5.7 rpm 설치 MySQL 5.7 rpm으로 설치를 진행 해보겠다 먼저 다운로드를 받는다 http://dev.mysql.com/downloads/mysql/ (새창) 로 가서 다운받은 후 원하는 위치에 전송을 해두고 진행을 하도록 하자 /my/rpm 경로에 mysql-5.7.13-1.el6.i686.rpm-bundle.tar 라는 이름으로 저장 후 진행 하였다 tar 풀기[root@localhost rpm]# tar -xvf mysql-5.7.13-1.el6.i686.rpm-bundle.tarmysql-community-libs-5.7.13-1.el6.i686.rpmmysql-community-embedded-5.7.13-1.el6.i686.rpmmysql-community-server-5..