Re: /tmp/mysql.sock disappeared on mac 10.3

2004-11-10 Thread Michael Stassen
ysql/bin/mysqld: Shutdown Complete 041110 20:33:42 mysqld ended Though i can't find any mysqld running on my computer. Can someone helps ? Thanks, kenji. Message du 10/11/04 14:06 De : "Michael Stassen" <[EMAIL PROTECTED]> A : [EMAIL PROTECTED] Copie à : [EMAIL PROTECTED]

Re: Re: /tmp/mysql.sock disappeared on mac 10.3

2004-11-10 Thread Kenji LEFEVRE
an someone helps ? Thanks, kenji. > Message du 10/11/04 14:06 > De : "Michael Stassen" <[EMAIL PROTECTED]> > A : [EMAIL PROTECTED] > Copie à : [EMAIL PROTECTED] > Objet : Re: /tmp/mysql.sock disappeared on mac 10.3 > > The socket file is created by mysqld when it

Re: /tmp/mysql.sock disappeared on mac 10.3

2004-11-10 Thread Gleb Paharenko
Hello. Check if another copy of mysqld process is running (may be it runs with lost mysql.sock file?). Check also permissions for .err file. And be sure you are starting MySQL as root, because it will suid to the user you have specified. See: http://dev.mysql.com/doc/mysql/en/Startin

Re: /tmp/mysql.sock disappeared on mac 10.3

2004-11-10 Thread Michael Stassen
The socket file is created by mysqld when it starts, and goes away when mysqld shuts down. That is, you have no socket file because mysqld is not running, not the other way around. You appear to be trying to start mysqld as OS user admin. Normally, only root has the power make the switch to u

/tmp/mysql.sock disappeared on mac 10.3

2004-11-10 Thread Kenji LEFEVRE
Hello, OS : macos X 10.3 mysql version 4.0.21, for apple-darwin6.8 (powerpc) it's seems that after my last crash, the socket of mysql '/tmp/mysql.sock' has been deleted (and i have read afterwards that it should have been protected with a sticky bit) i thought that restarting mysql daemon wou