foxwoo wrote:
> 
> Dear,
> 
> I use Red Head 6 with mysql, php3 and apache, past all of them are work well, but 
>one day the our DNS had some problem, after solve the DNS problems, we found we 
>cannot restart our mysql. The error message is   "mysqld daemon ended".
> 
> The host.err is as below:
> 
> mysqld started on  Wed Mar 7 00:46:55 CST 2001
> 010307  0:46:55  Can't start server: Bind on TCP/IP port: Address already in use
> 010307  0:46:55  Do you already have another mysqld server running on port: 3306 ?
> 010307  0:46:55  Aborting
> 
> mysqld ended on  Wed Mar 7 00:46:55 CST 2001
> mysqld started on  Wed Mar 7 00:51:59 CST 2001
> 010307  0:51:59  Can't start server: Bind on TCP/IP port: Address already in use
> 010307  0:51:59  Do you already have another mysqld server running on port: 3306 ?
> 010307  0:51:59  Aborting
> 
> mysqld ended on  Wed Mar 7 00:51:59 CST 2001
> 
> How can I check wheather my server have other mysql server running, but I only need 
>to run ONE mysql, may you help me pls.
> 
> Fox.

ps -ef | grep mysql

This will show you all running commands that contain the string 'mysql'.
Kill any running servers, and restart.

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