RE: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-03-21 Thread Cal Evans
http://www.calevans.com -Original Message- From: denis mettler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 10:19 AM To: [EMAIL PROTECTED] Subject: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) Hi, I'm really tired of th

Re: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-03-21 Thread Gerald L. Clark
that you need to set the socket option in the PHP ini file. denis mettler wrote: > > Hi, > > I'm really tired of this problem... > > Here's the error message: > > Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock&

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-03-21 Thread denis mettler
Hi, I'm really tired of this problem... Here's the error message: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /usr/local/httpd/htdocs/dbopen.php3 on line 5 I have Suse 7.1 Standard installation with apache1.3.14 and php

Re: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-02-28 Thread andreas otto
Hi Gerald, > In order for andreaso to open mysql.sock, he needs search permission on > /var/lib/mysql. > chmod 775 /var/lib/mysql That was it! Thanks for helping me out ;-) Cheers, Andreas -- andreas otto london (uk) - B

Re: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-02-28 Thread Gerald L. Clark
andreas otto wrote: > > Hi, > > Since SuSE 7.1 I experience the following problem using MySQL: > > andreaso@php4win:~ > mysql -u root -p > Enter password: > ERROR 2002: Can't connect to local MySQL server through socket >'/var/lib/mysql/mysql.

RE: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-02-28 Thread Rick Emery
PROTECTED] Subject: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) Hi, Since SuSE 7.1 I experience the following problem using MySQL: andreaso@php4win:~ > mysql -u root -p Enter password: ERROR 2002: Can't connect to local MySQ

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-02-28 Thread andreas otto
Hi, Since SuSE 7.1 I experience the following problem using MySQL: andreaso@php4win:~ > mysql -u root -p Enter password: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) Looks like I don't get a connection... andreaso@