Myslq 자동실행에서 에러가 나는데 뭐가 문제 있는지 모르겠네요..
환경 설정
[root@localhost mysql-5.0.37]# ./configure --prefix=/usr/local/server/mysql --localstatedir=/usr/local/server/mysql/data --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-innodb --with-big-tables --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --without-debug --without-docs --without-bench --with-mysqld-usr="mysql"
생략...
컴파일
[root@localhost mysql-5.0.37]# make
생략...
환경설정파일 복사
[root@localhost mysql-5.0.37]# cp support-files/my-huge.cnf /etc/my.cnf
기본 데이터베이스 생성
[root@localhost mysql-5.0.37]# cd /usr/local/server/mysql
[root@localhost mysql]# bin/mysql_install_db --user=mysql
Installing all prepared tables
Fill help tables
생략...
Please report any problems with the /usr/local/server/mysql/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying
디렉토리 권한 설정
[root@localhost mysql]# chown -R mysql var
chown: cannot access `var': 그런 파일이나 디렉토리가 없음
(없는 경우 var 생성)
[root@localhost mysql]# mkdir var
[root@localhost mysql]# chown -R mysql var
[root@localhost mysql]# chgrp -R mysql .
환경변수 등록
[root@localhost mysql]# vi ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/local/server/mysql/bin
export PATH
unset USERNAME
~
"~/.bash_profile" 13L, 219C
환경변수 즉시 적용
[root@localhost mysql]# source ~/.bash_profile
자동실행 설정
[root@localhost mysql]# cp share/mysql/mysql.server /etc/init.d/mysqld
[root@localhost mysql]# chkconfig --add mysqld
[root@localhost ~]# chkconfig --list|grep mysqld
mysqld 0:해제 1:해제 2:활성 3:활성 4:활성 5:활성 6:해제
[root@localhost ~]# /etc/init.d/mysqld start
Starting MySQL/etc/init.d/mysqld: line 151: kill: (11825) - 그런 프로세스가 없음
[실패]
뭐가 문제인지 잘 모르겠네요...
[root@localhost mysql]# ll
합계 36
drwxr-xr-x 2 root mysql 4096 1월 17 07:57 bin
drwx------ 4 root mysql 4096 1월 17 13:01 data
drwxr-xr-x 3 root mysql 4096 1월 17 07:57 include
drwxr-xr-x 3 root mysql 4096 1월 17 07:57 lib
drwxr-xr-x 2 root mysql 4096 1월 17 07:57 libexec
drwxr-xr-x 4 root mysql 4096 1월 17 07:57 man
drwxr-xr-x 7 root mysql 4096 1월 17 07:57 mysql-test
drwxr-xr-x 3 root mysql 4096 1월 17 07:57 share
drwxr-xr-x 2 root mysql 4096 1월 17 08:14 var ==> mysql/mysql, mysql/root 등으로 소유권 변경해도 마찮가지네요..
눈팅만으로는 답변글을 볼 수 없습니다. 로그인하셔야 합니다.
[한국리눅스유저그룹]의 글을 퍼가실때에는 반드시 [출처]를 표시해 주시는 센스가 필요합니다!
지금 이시간, 공부하고 있는 당신은 머지않아 최고가 될 것입니다. 즐겁게 공부하시고, 힘내십시오!
포스팅 글이 유용하셨다면 RSS를 구독하시면 됩니다.
유용하고, 좋은글 포스팅 바랍니다. 포스팅된 글은 (전세계)? 대부분의 소셜 사이트에 포스팅됩니다.