Study IT/Linux
mysql 5.5 설치
mysql 설치 1. mysql 다운로드 # wget http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.22.tar.gz/from/http://ftp.jaist.ac.jp/pub/mysql/ 2. 압축해제 및 기본 세팅 # tar zxvf mysql-5.5.22.tar.gz # cd mysql-5.5.22 # useradd -M -s /bin/false mysql (mysql 계정생성) 3. 컴파일 및 설치 - 기존 ./configung 과는 다르게 cmake 를 사용하여 컴파일한다 (cmake 설치 : http://thesever.tistory.com/45 ) # cmake -DCMAKDE_INSTALL_PREFIX=/usr/local/mysql -DWI..
2012. 4. 19. 19:17
최근댓글