MySQL installation and starting problems on LynxOS

2003-09-30 Thread Sp.Raja
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-logOVB8%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


starting problems. . .

2001-09-12 Thread Nikolaos Rasidakis

Hi there,

I am currently using Slackware 8 (linux) and I have some problems. There 
is mysql package in the slackware installation, which I installed it but 
never manage to run it successfully. Everytime I type the following
   safe_mysqld
and I get the following message:
  Starting mysqld daemon with databases from /var/lib/mysql
  010912 15:13:45  mysqld ended
which means that for a strange reason the server doesn't starts. Do you 
have any idea what might be the problem ? I also dowload your docs from 
the site but couldn't manage to solve it out.

Any help would be appreciated.

Regards,
Nikolaos Rasidakis

~~~

email: [EMAIL PROTECTED]

home: http://kickme.to/kafros

~~~


-
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




RE: starting problems. . .

2001-09-12 Thread Chris Bolt

 I am currently using Slackware 8 (linux) and I have some problems. There 
 is mysql package in the slackware installation, which I installed it but 
 never manage to run it successfully. Everytime I type the following
safe_mysqld
 and I get the following message:
   Starting mysqld daemon with databases from /var/lib/mysql
   010912 15:13:45  mysqld ended
 which means that for a strange reason the server doesn't starts. Do you 
 have any idea what might be the problem ? I also dowload your docs from 
 the site but couldn't manage to solve it out.

Look at the .err file in /var/lib/mysql


-
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




RE: starting problems. . .

2001-09-12 Thread Ian Daysh

I presume that you did run the mysql_install_db first of all??

If so, then check the ownership of the directory where the database lives.
This should be mysql:mysql. HAd the same problems till I resolved the
ownership issue.

Regards,

Ian.

 -Original Message-
 From: Nikolaos Rasidakis [mailto:[EMAIL PROTECTED]]
 Sent: 12 September 2001 13:29
 To: [EMAIL PROTECTED]
 Subject: starting problems. . .


 Hi there,

 I am currently using Slackware 8 (linux) and I have some problems. There
 is mysql package in the slackware installation, which I installed it but
 never manage to run it successfully. Everytime I type the following
safe_mysqld
 and I get the following message:
   Starting mysqld daemon with databases from /var/lib/mysql
   010912 15:13:45  mysqld ended
 which means that for a strange reason the server doesn't starts. Do you
 have any idea what might be the problem ? I also dowload your docs from
 the site but couldn't manage to solve it out.

 Any help would be appreciated.

 Regards,
 Nikolaos Rasidakis

 ~~~

 email: [EMAIL PROTECTED]

 home: http://kickme.to/kafros

 ~~~


 -
 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



-
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




Re: starting problems. . .

2001-09-12 Thread harry amarantidis

I had similar problems with sue7.2 i finally got fed up and downloaded
the most current binary distribution
and followed directions. I am still trying to work out some issues but
at least i have a working
system

XAPHS
Chris Bolt wrote:
 
  I am currently using Slackware 8 (linux) and I have some problems. There
  is mysql package in the slackware installation, which I installed it but
  never manage to run it successfully. Everytime I type the following
 safe_mysqld
  and I get the following message:
Starting mysqld daemon with databases from /var/lib/mysql
010912 15:13:45  mysqld ended
  which means that for a strange reason the server doesn't starts. Do you
  have any idea what might be the problem ? I also dowload your docs from
  the site but couldn't manage to solve it out.
 
 Look at the .err file in /var/lib/mysql
 
 -
 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


-
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