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



Leave the mysq.sock alone.

If you did any of the above, make sure that the server is not running, 
and delete
the mysql.sock.

The server will create it properly when it starts, and remove it when it 
stops.


Bye.


On Mon, 28 Oct 2002, Dennis Herndon wrote:

 

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?



   



-
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


 




-
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




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 to
 protect that file, but where does it come from?  

it will be created automagically every time you start mysqld :D

check your processes ? is there any mysqld process running ? 
or maybe the path of mysql.sock is different ... check your my.cnf file

or sometimes we run mysqld more than once ... (the second one will remove the 
mysql.sock but the daemon is still running)  

-- 
Dicky Wahyu Purnomo - System Administrator
PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790)
Phone: +62 21 79199577 - HP: +62 8158787286
Web: http://www.1rstwap.com


-
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




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





-
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