Dear Sir,
My Linux is RedHat Linux 6.0
I follow the below step to install the mysql version 3.23.37 database :
1. tar �Vzxvf mysql-3.23.37.tar.gz
2. ./configure �Vprefix/usr/local/mysql
3. make
4. make install
5. echo ��/usr/local/mysql/lib/mysql�� >> /etc/ld.so.conf
6. ldconfig �Vv |grep libmysqlclient
7. echo ��/usr/local/msyql/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
(The screen show out that :
mysqladmin : connect to server at ��localhost�� failed
Lost connection to Mysql Server during query)
I check the file /etc/resolv.conf and I change the content
from
Search
Servername
To
Search localhost
Servername 127.0.0.1
I also check the file /etc/hosts and the content is
127.0.0.1 localhost localhost.localdomain
After I prepare this two file, I input the command
mysqladmin version
It also not improve the situation.
Then, I check the file /tmp/mysql.sock and /etc/my.cnf but
this two files have not exist
Can you ask me what��s happen and how can I do ?
This problem is very urgent for me.
I attach the mysqlbug file to you
>From the very worry programmer
RTO
<<mysqlbug>>
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php