Could anyone pls help ?
I have installed mysql-3.23.38-1 into my linux server (SuSe) 6.4 Kernel 2.2.14
It keep dying and restart itself.
Here is the Error log file listing:
Number of processes running now: 2
mysqld process hanging, pid 16852 - killed
mysqld process hanging, pid 16851 - killed
010523 15:59:10 mysqld restarted
Number of processes running now: 2
mysqld process hanging, pid 16882 - killed
mysqld process hanging, pid 16881 - killed
010523 15:59:10 mysqld restarted
......
I tried to start it by running "mysqld" and got the following error:
root@ns2:/usr/sbin > ./mysqld
Fatal error: Please read "Security" section of the manual to find out how to run
mysqld as root!
010523 15:28:08 Aborting
010523 15:28:08 ./mysqld: Shutdown Complete
Also, when i start it using "mysql start". it keep looping the following messages:
Number of processes running now: 2
mysqld process hanging, pid 21837 - killed
mysqld process hanging, pid 21836 - killed
010523 16:36:13 mysqld restarted
/usr/bin/safe_mysqld: line 274: 21864 Segmentation fault $NOHUP_NICENESS $l
edir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OP
TION --pid-file=$pid_file --skip-locking >>$err_log 2>&1
Number of processes running now: 2
mysqld process hanging, pid 21867 - killed
mysqld process hanging, pid 21866 - killed
010523 16:36:13 mysqld restarted
/usr/bin/safe_mysqld: line 274: 21894 Segmentation fault $NOHUP_NICENESS $l
edir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OP
TION --pid-file=$pid_file --skip-locking >>$err_log 2>&1
Number of processes running now: 2
mysqld process hanging, pid 21897 - killed
mysqld process hanging, pid 21896 - killed
010523 16:36:14 mysqld restarted
Is there anyone know how to fix this problem ? THX