RE: SOCKET directory

2005-10-11 Thread Barbara Deaton
AM To: Barbara Deaton Cc: Gleb Paharenko; mysql@lists.mysql.com Subject: RE: SOCKET directory The "sock" file is not a permanent file. It is a socket descriptor that should only exist if the MySQL server is running and if the server is configured to supports socket-type connections. Most

RE: SOCKET directory

2005-10-11 Thread SGreen
: > Thank you for the link. > > I understand that I need a mysql.sock file, what I don't understand > is that I used to get one when I installed MySQL. When I look > through all my 4.0.x mysql directories I see a socket directory that > contains a mysql.sock file. With my 4.1 in

Re: SOCKET directory

2005-10-11 Thread gerald_clark
Barbara Deaton wrote: Thank you for the link. I understand that I need a mysql.sock file, what I don't understand is that I used to get one when I installed MySQL. When I look through all my 4.0.x mysql directories I see a socket directory that contains a mysql.sock file. With my

RE: SOCKET directory

2005-10-11 Thread Barbara Deaton
Thank you for the link. I understand that I need a mysql.sock file, what I don't understand is that I used to get one when I installed MySQL. When I look through all my 4.0.x mysql directories I see a socket directory that contains a mysql.sock file. With my 4.1 install I do not see

Re: SOCKET directory

2005-10-11 Thread Gleb Paharenko
UNIX_PORT environment variable to point to = > the location of my socket file. Looking through my 4.1.9 install I no = > longer see a mysql/socket directory. =20 > > However, when I try to connect I get the error: > > ERROR: Error trying to establish connection: Can'

SOCKET directory

2005-10-10 Thread Barbara Deaton
With MySQL 4.0 when I wanted to run my application on any of the unix boxes I had to set the MYSQL_UNIX_PORT environment variable to point to the location of my socket file. Looking through my 4.1.9 install I no longer see a mysql/socket directory. However, when I try to connect I get the