1 message in com.mysql.lists.mysqlhave a great problem to install the m...
FromSent OnAttachments
Renee To20 Apr 2001 18:45 
Subject:have a great problem to install the mysql database
From:Renee To (rene@freeduty.com.hk)
Date:04/20/2001 06:45:18 PM
List:com.mysql.lists.mysql

Dear Sir,

I have a great problem to install the mysql database. I follow the instruction at the below :

1. tar -xvzf mysql-3.23.37.tar.gz 2. ./configure –prefix=/usr/local/mysql 3. make 4. make install 5. echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf 6. ldconfig -v | grep libmysqlclient 7. echo "/usr/local/mysql/bin/safe_mysqld > /dev/null &" >> /etc/rc.d/rc.local 8. ./scripts/mysql_install_db 9. /usr/local/mysql/bin/safe_mysqld > /dev/null & 10. PATH=”$PATH:/usr/local/mysql/bin” 11. Mysqladmin version

(when I input the no. 11 command, the screen show out that bash : Lost connection to MYSQL Server during query)

Therefore, I input another command (/usr/share/mysql/mysql.server start) The screen show out that (Starting mysqld daemon with database from /var/lib/mysql)

12. chmod +x /usr/local/mysql/mysql.server 13. mysql

(when I input the command mysql) The screen show out that : (Error 2013: Number of Processes running now : 1) (mysqld process hanging : Pid 955-killed ) (mysql restarted on Sat Apr 21 09:33:27 CST 2001)

Please, can you ask me what ‘s happen and why, moreover; how can I do?

From a worry programmer RTO