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.
> 
> Has anyone seen this sort of symptom before?
> 

I've seen it after installing two versions of MySQL on one server.
I forgot to set another location for the second MySQL process
before starting it with /bin/safe_mysqld. The result was that the
socket was removed by the second process.

Looking at safe_mysqld you would probably get the same result if
you run multiple MySQL processes of the same version but from
different data directories.

Fred.

-- 
Fred van Engen                              XO Communications B.V.
email: [EMAIL PROTECTED]             Televisieweg 2
tel: +31 36 5462400                         1322 AC  Almere
fax: +31 36 5462424                         The Netherlands

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