Ok.

Easy enough to fix.

As root..

Do a "kill -9 `ps -ef | grep mysqld | grep -v grep`" ( those are
backticks, not single quotes. )

Or you can do, more manually..

"ps -ef | grep mysqld | grep -v grep"

Then do a "kill -9 PID" where PID is the process ID of the line
returned.

Then try and start the mysqld via init.d.

--
sh

On Thu, 2002-04-04 at 15:11, john wrote:
> Steven,
> 
>    The contents are as follows:
> 
> 020404 17:00:21  Aborting
> 
> mysqld ended on  Thu Apr 4 17:00:21 CST 2002
> mysqld started on  Thu Apr 4 17:00:28 CST 2002
> 020404 17:00:28  Can't start server: Bind on TCP/IP port: Address already in
> use
> 020404 17:00:28  Do you already have another mysqld server running on port:
> 3306 ?
> 020404 17:00:28  Aborting
> 
> mysqld ended on  Thu Apr 4 17:00:28 CST 2002
> mysqld ended on  Thu Apr 4 17:21:00 CST 2002
> 
> John
> 
> >From: Steven Hajducko [mailto:[EMAIL PROTECTED]]
> >What do the contents of the ns1.acculock.com.err file look like?
> 
> 



---------------------------------------------------------------------
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

Reply via email to