Hello,

I tried installing MySQL on LynxOS, and it went fine. After installation I started 
mysqld and but was not able to communicate with it.

When I ran mysqladmin it reported the following

arjuna# /usr/local/mysql/bin/mysqladmin version        
/usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Lost connection to MySQL server during query'
arjuna# /usr/local/mysql/bin/mysqladmin version
/usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Lost connection to MySQL server during query'

Then I tried telnet to 3306 port on which mysqld was listening

arjuna# telnet arjuna 3306
Trying 192.168.0.21 ...
Connected to arjuna.
Escape character is '^]'.
,
4.0.15a-log>*VQtulA, 

Bad handshakeConnection closed by foreign host.
arjuna# telnet arjuna 3306
Trying 192.168.0.21 ...
Connected to arjuna.
Escape character is '^]'.
,
4.0.15a-logOVB&8%N=, 

Bad handshakeConnection closed by foreign host.


Server side log at time were

arjuna# tail -f arjuna.err
Version: '4.0.15a-log'  socket: '/tmp/mysql.sock'  port: 3306

Number of processes running now: 0
030930 12:47:06  mysqld restarted
/usr/local/mysql/libexec/mysqld: File or directory doesn't exist
030930 12:47:06  mysqld ended

030930 12:47:37  mysqld started
/usr/local/mysql/libexec/mysqld: ready for connections.
Version: '4.0.15a-log'  socket: '/tmp/mysql.sock'  port: 3306

030930 12:55:28  Error on new connection socket: Socket operation on non-socket

030930 12:55:33  Error on new connection socket: Socket operation on non-socket

Could some one help me to resolve this??

Regards
Sp.Raja

Reply via email to