Re: [PHP] Re: PHP can not connect to mysql

2002-05-31 Thread Michael Davey
s > -- > W: www.londontown.com > @: [EMAIL PROTECTED] > -- > > -Original Message- > From: andy [mailto:[EMAIL PROTECTED]] > Sent: 31 May 2002 15:19 > To: Michael Davey; [EMAIL PROTECTED] > Subject: [PHP] Re: PHP can not

RE: [PHP] Re: PHP can not connect to mysql

2002-05-31 Thread James Holden
vey; [EMAIL PROTECTED] Subject: [PHP] Re: PHP can not connect to mysql That is the wron socket. I found out that my mysql version is running on socket /tmp/mysql.sock while the old one is running on /var/lib/mysql/mysql.sock. How can I tell php to connect with the other socket? Thanx, Andy ---

[PHP] Re: PHP can not connect to mysql

2002-05-31 Thread andy
That is the wron socket. I found out that my mysql version is running on socket /tmp/mysql.sock while the old one is running on /var/lib/mysql/mysql.sock. How can I tell php to connect with the other socket? Thanx, Andy - Original Message - From: "Michael Davey" <[EMAIL PROTECTED]> N

[PHP] Re: PHP can not connect to mysql

2002-05-31 Thread Michael Davey
Check permissions on '/var/lib/mysql/mysql.sock' I seem to remember having this problem in the past... Mikey "Andy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there, > > I am runningn suse72 and there was a mysql installation with the rpm > installed.