Re: mysql socket vanishes after each system halt/(re)boot

2008-04-01 Thread Stuart Henderson
On 2008-04-01, mufurcz <[EMAIL PROTECTED]> wrote: > After every system boot I am loosing the mysql server directory from /var/run, > ergo the socket file from /var/run/mysql. Ugh sorry, I should have read the rest of your mail... > # ps -aux | grep mysqld > root 10008 0.0 0.1 644 536 C0

Re: mysql socket vanishes after each system halt/(re)boot

2008-04-01 Thread Stuart Henderson
On 2008-04-01, mufurcz <[EMAIL PROTECTED]> wrote: > After every system boot I am loosing the mysql server directory from /var/run, > ergo the socket file from /var/run/mysql. You should be using mysqld_safe to start mysql, as per /usr/local/share/doc/mysql/README.OpenBSD

Re: mysql socket vanishes after each system halt/(re)boot

2008-04-01 Thread mufurcz
Nico Meijer wrote: Hi Mufurcz, After every system boot I am loosing the mysql server directory from /var/run, ergo the socket file from /var/run/mysql. After every boot I have to kill manually the mysql processes and restart the server process manually. Have you read this? Contains some usef

Re: mysql socket vanishes after each system halt/(re)boot

2008-04-01 Thread Nico Meijer
Hi Mufurcz, > After every system boot I am loosing the mysql server directory > from /var/run, ergo the socket file from /var/run/mysql. > > After every boot I have to kill manually the mysql processes and > restart the server process manually. Have you read this? Contains some useful pointers.

mysql socket vanishes after each system halt/(re)boot

2008-04-01 Thread mufurcz
Hi, After every system boot I am loosing the mysql server directory from /var/run, ergo the socket file from /var/run/mysql. After every boot I have to kill manually the mysql processes and restart the server process manually. It looks like (from the error log below) that mysqld_safe (when sta