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

본문 바로가기
 

CentOS5.1 APM 설치하기

페이지 정보

작성자 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 9,330회 작성일 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 138건 7 페이지
리눅스 Tip 목록
번호 제목 글쓴이 조회 날짜
30 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9944 06-16
29 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9901 07-20
28 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9740 05-29
27 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9624 06-23
26 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9577 06-19
25 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9562 07-06
24 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9555 05-28
23 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9499 07-05
22 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9371 01-13
열람중 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9331 06-20
20 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9313 07-05
19 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9311 08-09
18 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9284 07-06
17 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9110 05-29
16 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9101 06-29
15 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8944 01-31
14 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8936 01-31
13 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8933 06-23
게시물 검색