4 messages in com.mysql.lists.mysqlRe: Daemon crashing (I'm going nuts h...
FromSent OnAttachments
Walker, Brian13 Jun 2001 08:48 
Gerald Clark13 Jun 2001 11:17 
Whit Blauvelt13 Jun 2001 12:14 
Kenneth Kopelson14 Jun 2001 09:55 
Subject:Re: Daemon crashing (I'm going nuts here)
From:Whit Blauvelt (wh@transpect.com)
Date:06/13/2001 12:14:03 PM
List:com.mysql.lists.mysql

Have you tried rebooting? I'm seeing the same problem with 3.23.38 (after stopping the server with mysqladmin and then trying to restart with safe_mysqld) but rebooting resets whatever it is that 3.23.38 is not properly clearing on the shutdown.

Don't have this problem on another system running 3.23.37, so it's probably a new bug - but then the *.37 system is running from the binary tar, while the *.38 is from the official RPM, which you're also using.

Whit

On Wed, Jun 13, 2001 at 11:48:36AM -0400, Walker, Brian wrote:

Here is what happens:

[root@www /usr]# bin/safe_mysqld --user=mysql & [1] 26103 [root@www /usr]# Starting mysqld daemon with databases from /var/lib/mysql 010612 08:37:33 mysqld ended

I have to press Ctrl-C to get a prompt back.

Here's what the error log says:

010612 08:17:53 mysqld started 010612 8:17:53 Can't start server: Bind on TCP/IP port: Address already in use 010612 8:17:53 Do you already have another mysqld server running on port: 3306 ? 010612 8:17:53 Aborting

010612 8:17:53 /usr/sbin/mysqld: Shutdown Complete

010612 08:17:53 mysqld ended

Release: mysql-3.23.38 (Official MySQL RPM)