File mysql.sock lost

2004-07-20 Thread Markus Spitzner
Hi,
have you a Solution about the lost file mysql.sock?
I've deleted them, and I thought that a restart of MySQL will recreate the  
file.

And here is your answer of this question...
NO! It DOESNT!
:-(
If you have a Solution, let me know...
Thx.
Mark
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File mysql.sock lost

2004-07-20 Thread Dan Busarow
On Tuesday, Jul 20, 2004, at 11:12 US/Mountain, Markus Spitzner wrote:
Hi,
have you a Solution about the lost file mysql.sock?
I've deleted them, and I thought that a restart of MySQL will recreate 
the file.

And here is your answer of this question...
NO! It DOESNT!
Yes, it does.  Make sure you kill the currently running (but not 
functioning)
mysqld before you restart it.

Dan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File mysql.sock lost

2004-07-20 Thread Dan Busarow
On Tue, 20 Jul 2004 22:08:35 +0300
Markus Spitzner [EMAIL PROTECTED] wrote:

 Sorry for this fast answer, and yes I saw it now - And You are right there  
 is a Ghost-Server :-)
 
 I saw this in the .err-file:
 
 040720 21:45:12  mysqld started
 040720 21:45:12  Warning: Setting lower_case_table_names=2 because file  
 system for /usr/local/mysql/data/ is case insensitive
 040720 21:45:13  Can't start server : Bind on unix socket: Permission  
 denied
 040720 21:45:13  Do you already have another mysqld server running on  
 socket: /tmp/mysql.sock ?
 040720 21:45:13  Aborting
 
 040720 21:45:13  /usr/local/mysql/bin/mysqld: Shutdown Complete
 
 040720 21:45:13  mysqld ended
 
 and yes I have to agree...
 
 But I really don't now how to stop!
 
 I dont see this process running when I use ps aux | grep mysql

Use ps -ax, the output of ps with the -u argument (for safe_mysqld)
looks like

root   62553  0.0  0.0   632  260  p2- IWed12AM   0:00.00 /bin/sh /usr/loca

Dan
-- 
 Dan Busarow
 Fish Creek Ventures
 Whitehall, MT USA 59759 406 287 2182
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File mysql.sock lost

2004-07-20 Thread Miguel Cardenas
 have you a Solution about the lost file mysql.sock?
 I've deleted them, and I thought that a restart of MySQL will recreate the
 file.

mysqladmin [-h ... -u ... -p...] shutdown
mysqld_safe --user=mysql 

that should restore your socket file...

Regards.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


File mysql.sock lost

2003-04-02 Thread Ulrich Schrems
Hi All,

I have a problem with MySQL software. I lost the file mysql.sock on my
system. Could some one tell me how to recover this file or how I generate
this file?

Thank you for your help and have a nice day

Ulrich



Ulrich Schrems  e-mail:
  [EMAIL PROTECTED]
23 Sherwood Place   Phone: 
 1.604.502.1066
Delta, B.C. V4L 2C7 Fax/Data Line: 
 1.604.502.1067


__

The information transmitted is intended only for the person or entity to
which it is addressed and may
contain confidential and/or privileged material. Any review, retransmission,
dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the
intended recipient is prohibited. If you received this in error, please
contact the sender and delete
the material from any computer.



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File mysql.sock lost

2003-04-02 Thread Ceri Davies
On Wed, Apr 02, 2003 at 11:45:24AM -0800, Ulrich Schrems wrote:
 Hi All,
 
 I have a problem with MySQL software. I lost the file mysql.sock on my
 system. Could some one tell me how to recover this file or how I generate
 this file?

Does restarting MySQL recreate it ?

Ceri
-- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]