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)