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

본문 바로가기
 

CentOS5.1 APM 설치하기

페이지 정보

작성자 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 9,295회 작성일 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건 6 페이지
리눅스 Tip 목록
번호 제목 글쓴이 조회 날짜
48 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9270 07-05
47 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8157 07-05
46 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8390 07-03
45 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8692 06-30
44 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9952 06-30
43 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9072 06-29
42 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15506 06-28
41 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11932 06-28
40 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15518 06-25
39 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8896 06-23
38 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16602 06-23
37 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9593 06-23
열람중 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9296 06-20
35 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9544 06-19
34 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15047 06-19
33 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18312 06-19
32 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10 06-18
31 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12399 06-18
게시물 검색