On Tue, Feb 13, 2001 at 11:50:28AM -0500, Brian Reichert wrote:
> I couldn't fine this mentioned in the archives, so I hope someone has seen
> this before:
> 
> I'm running into a situation wherein /tmp/mysql.sock keeps disspearing.
> 
> There is still server process (sleeping), and there is still a pidfile.
> 
> This can happen after ten or fifteen minutes of queries.
> 
> I don't have a cronjob, or any other external process that scrubs /tmp.

I have to apologize to everyone; I found out that I _did_ have a
cronjob that caused this socket to go away:

I had been doing this nightly:

  /usr/local/bin/mysqladmin -uroot -proot flush-logs && /usr/local/bin/safe_mysqld &

safe_mysqld out-of-hand removes $MYSQL_UNIX_PORT; I don't know why.

(I also don't know why I felt the need to restart mysqld after a
flush-logs.)

Thanks for everyone's advice...

-- 
Brian 'you Bastard' Reichert            <[EMAIL PROTECTED]>
37 Crystal Ave. #303                    Daytime number: (603) 434-6842
Derry NH 03038-1713 USA                 Intel architecture: the left-hand path

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