개인적인 정리

MySQL 설치(소스 컴파일) 본문

DB/MYSQL

MySQL 설치(소스 컴파일)

yeon.Biju 2020. 1. 10. 14:47

https://dev.mysql.com/doc/refman/8.0/en/installing-source-distribution.html

 

MySQL :: MySQL 8.0 Reference Manual :: 2.9.4 Installing MySQL Using a Standard Source Distribution

MySQL 8.0 Reference Manual  /  ...  /  Installing and Upgrading MySQL  /  Installing MySQL from Source  /  Installing MySQL Using a Standard Source Distribution 2.9.4 Installing MySQL Using a Standard Source Distribution To install MySQL from a standard so

dev.mysql.com

 

MySQL 소스 컴파일 설치 매뉴얼

Installing MySQL Using a Standard Source Distribution

 

MySQL 8.0.x.x 소스 컴파일 할 때 참고. 

 

내가 설치한 내역은

https://webobj.tistory.com/7

 

6. MySQL 소스 컴파일 설치

** Cent Os ** mysql-8.0.18 #ps -ef | grep mysql #rpm -qa | grep mysql #cd /usr/local/src #wget https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.18.tar.gz #tar xvzf mysql-8.0.18.tar.gz #cd mys..

webobj.tistory.com

 

소스 설치시 cmake  옵션은 아래를 참고한다. 

 

https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_storage_engine_options

 

MySQL :: MySQL 8.0 Reference Manual :: 2.9.7 MySQL Source-Configuration Options

2.9.7 MySQL Source-Configuration Options The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this using options on the CMake command line. For information about options supported by CMake

dev.mysql.com

 

 

Comments