CentOS5.1 APM 설치하기 > 리눅스 Tip

본문 바로가기
 

CentOS5.1 APM 설치하기

페이지 정보

작성자 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 9,338회 작성일 08-06-20 00:14

본문


1. MYSQL 설치

 
mysql 버전 : mysql-5.0.51.tar.gz
mysql 설치경로 : /usr/local/server/mysql

mysql 유저 생성
useradd -M -s /bin/false mysql

./configure --prefix=/usr/local/server/mysql --with-charset=utf8 --with-extra-charsets=all
make
make install

mysql 환경설정 파일 복사, 시작스크립트 복사

[root@localhost mysql-5.0.51]# pwd
/usr/local/src/APM/mysql-5.0.51
[root@localhost mysql-5.0.51]# cp support-files/my-huge.cnf /etc/my.cnf
[root@localhost mysql-5.0.51]# cp support-files/mysql.server /etc/init.d/mysqld
[root@localhost mysql-5.0.51]# chmod 755 /etc/init.d/mysqld
[root@localhost mysql-5.0.51]# chkconfig --add mysqld
[root@localhost mysql-5.0.51]# chkconfig --list mysqld
mysqld          0:해제  1:해제  2:활성  3:활성  4:활성  5:활성  6:해제
[root@localhost mysql-5.0.51]# chkconfig --level 24 mysqld off
[root@localhost mysql-5.0.51]# chkconfig --list mysqld
mysqld          0:해제  1:해제  2:해제  3:활성  4:해제  5:활성  6:해제
[root@localhost mysql-5.0.51]#

mysql 데이터베이스 초기화 및 디렉토리 퍼미션 설정

[root@localhost mysql-5.0.51]# cd /usr/local/server/mysql/
[root@localhost mysql]# chown -R mysql .
[root@localhost mysql]# chgrp -R mysql .
[root@localhost mysql]# bin/mysql_install_db --user=mysql
[root@localhost mysql]# chown -R root .
[root@localhost mysql]# chown -R mysql var
[root@localhost mysql]# /etc/init.d/mysqld start
Starting MySQL                                     &

댓글목록

등록된 댓글이 없습니다.

Total 137건 7 페이지
리눅스 Tip 목록
번호 제목 글쓴이 조회 날짜
29 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9916 07-20
28 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9749 05-29
27 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9634 06-23
26 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9583 06-19
25 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9576 07-06
24 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9565 05-28
23 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9510 07-05
22 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9380 01-13
열람중 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9339 06-20
20 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9326 07-05
19 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9320 08-09
18 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9301 07-06
17 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9124 05-29
16 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9113 06-29
15 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8960 01-31
14 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8949 01-31
13 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8939 06-23
12 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8937 02-02
게시물 검색