이런식으로 계속해서 에레 메세지가 출력 됩니다.
Number of processes running now: 1
mysqld process hanging, pid 20449 - killed
mysqld restarted on Sat Oct 16 16:08:23 KST 1999
Number of processes running now: 1
mysqld process hanging, pid 20611 - killed
mysqld restarted on Sat Oct 16 16:08:43 KST 1999
Number of processes running now: 1
mysqld process hanging, pid 20673 - killed
mysqld restarted on Sat Oct 16 16:09:26 KST 1999
원인이 무엇인지 모르겠습니다.
참고로 /etc/my.cnf 화일을 다음과 같습니다.
[mysqld]
port = 3306
socket = /tmp/mysql.sock
skip-locking
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = thread_stack=128K
# Start logging
log
몇번이라고 재시작을 했지만 소용이 없습니다.
모든 프로세스를 죽이고도 시작해 보았습니다.
[root@linuxer mysql]# ps -aux | grep my
root 7646 0.0 0.6 1668 808 pts/4 S 09:42 0:00 sh ./bin/safe_mys
root 7740 0.0 0.7 10784 980 pts/4 SN 09:45 0:00 /usr/local/mysql/
root 7742 0.0 0.710784 980 pts/4 SN 09:45 0:00 /usr/local/mysql/
root 7743 0.0 0.7 10784 980 pts/4 SN 09:45 0:00 /usr/local/mysql/
root 7747 0.0 0.3 1148 392 pts/4 R 09:45 0:00 grep my
[root@linuxer mysql]# kill -9 7646 7740 7742 7743
[1]+ Killed ./bin/safe_mysqld
어떻게 해야 계속 재구동 되는 에러 메세지를 없앨수가 있을 까요?
/usr/local/var 밑의 화일들은 이렇습니다.
test.log
test.com.err
test.com.pid
제발 꼭좀 도와 주세요!!
|