Re: Lost my socks...

2002-10-28 Thread gerald_clark
[EMAIL PROTECTED] wrote: Try a "touch /var/lib/mysql/mysql.sock" NO. Do not do this. It will cause problems later when you try to start the server. Although it is a special file it may just work this way. Also make the permissions to "chmod 777 mysql.sock" and "chown mysql.mysql mysql.s

Re: Lost my socks...

2002-10-27 Thread mails
Try a "touch /var/lib/mysql/mysql.sock" Although it is a special file it may just work this way. Also make the permissions to "chmod 777 mysql.sock" and "chown mysql.mysql mysql.sock" Bye. On Mon, 28 Oct 2002, Dennis Herndon wrote: > I just upgraded to Linux-Mandrake 9.0 and installed

Re: Lost my socks...

2002-10-27 Thread Dicky Wahyu Purnomo
Pada Mon, 28 Oct 2002 00:12:14 -0500 Dennis Herndon <[EMAIL PROTECTED]> menulis: > I just upgraded to Linux-Mandrake 9.0 and installed mysql via the RPM > files. Everything installed just fine and dandy except when I try to > run mysql it can't find /var/lib/mysql/mysql.sock file. I'm read how t

Lost my socks...

2002-10-27 Thread Dennis Herndon
I just upgraded to Linux-Mandrake 9.0 and installed mysql via the RPM files. Everything installed just fine and dandy except when I try to run mysql it can't find /var/lib/mysql/mysql.sock file. I'm read how to protect that file, but where does it come from?