일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- maven
- Oracle
- spring form tag
- checbox
- 날짜
- 네이버스마트 에디터
- JSTL
- html
- 문자열
- 톰캣
- jquery
- 스크립트
- switch
- 오라클
- 전자정부 표준프레임워크
- SSL
- RADIO
- java
- HTML5
- exception
- DB
- php
- @RequestBody
- 호환성
- null
- 이클립스
- MYSQL
- json
- 한글
- 웹 플랫폼 설치 관리자
- Today
- Total
개인적인 정리
MySQL 설치(소스 컴파일) 본문
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 소스 컴파일 할 때 참고.
내가 설치한 내역은
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 옵션은 아래를 참고한다.
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
'DB > MYSQL' 카테고리의 다른 글
No CMAKE_CXX_COMPILER could be found. (0) | 2020.01.10 |
---|---|
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage (0) | 2020.01.10 |
Could NOT find Git (missing: GIT_EXECUTABLE) (0) | 2020.01.10 |
bash: cmake: 명령을 찾을 수 없습니다... (0) | 2020.01.10 |
MySQL 8.0 초기화 (0) | 2020.01.10 |
MySQL 다운로드 (0) | 2020.01.07 |
Toad Edge 다운로드 (0) | 2020.01.07 |
mysql 다른 포트로 접속 (0) | 2019.12.23 |