RE: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-21 Thread Rick Emery
I know you deleted /var/lib/mysql/mysql.sock. If you have to re-install, ensure that /var, /var/lib/, /var/lib/mysql have these permissions: drwxr-xr-x. I previously got the same error you did and corrected it by setting the above permissions. -Original Message- From: denis mettler [mai

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread denis mettler
5, you wrote: > > > try: > > > [mysql] > > > mysql.default_socket = /temp/mysql.sock > > > > > > > > > Cal > > > http://www.calevans.com > > > > > > > > > -Original Message----- > > > From: denis m

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread Gerald L. Clark
ault_socket = /temp/mysql.sock > > > > > > Cal > > http://www.calevans.com > > > > > > -Original Message- > > From: denis mettler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 20, 2001 10:40 AM > > To: [EMAIL PROTECTED] > > Subject: R

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread denis mettler
My question is that, why is he trying to connect through socket in /var/lib/mysql cause i have installes in /usr/local and the path to the mysql.sock is in php3.ini /temp/mysql.sock any ideas? regards denis On Tuesday 20 March 2001 14:52, you wrote: > it looks like that: > > [MySQL] > mysql.d

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread denis mettler
EMAIL PROTECTED]] > Sent: Tuesday, March 20, 2001 10:40 AM > To: [EMAIL PROTECTED] > Subject: Re: Can't connect server through socket > /var/lib/mysql/mysql.sock(111) > > > Hi, > > i deleted mysql in /var > and make re-install in /usr/local/ > > but

RE: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread Cal Evans
try: [mysql] mysql.default_socket = /temp/mysql.sock Cal http://www.calevans.com -Original Message- From: denis mettler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Re: Can't connect server through socket /var/lib/mysql/mysql

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread denis mettler
Hi, i deleted mysql in /var and make re-install in /usr/local/ but received the same error. so i make an entry in the php3.ini [mysql] mysql.default_socket = /temp where i found the mysql.sock the error message is still there? Other ideas? regards denis On Tuesday 20 March 2001 14:52, yo

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread B. van Ouwerkerk
>I get the following message if i try to connect to server: > >Can't connect server through socket /var/lib/mysql/mysql.sock(111) Is mysqld running (ps -ax)?? is your mysql.sock in /var/lib/mysql? I've only seen mysql.sock in /tmp if you've got a config file for connection to mysql edit it to m

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread Sinisa Milivojevic
maillists writes: > it looks like that: > > [MySQL] > mysql.default_socket= > > > but I think thats not the problem. has your apache enough rights to access > the directory /var/lib/mysql ? if not edit /etc/group an add "apache" to > group "mysql". > -> "mysql:x:27:apache" or s

Re: Can't connect server through socket /var/lib/mysql/mysql.sock(111)

2001-03-20 Thread maillists
it looks like that: [MySQL] mysql.default_socket= but I think thats not the problem. has your apache enough rights to access the directory /var/lib/mysql ? if not edit /etc/group an add "apache" to group "mysql". -> "mysql:x:27:apache" or something similar, then make "chmod g+rx /var/li