Yes, I ping it and it says its alive.

-----Original Message-----
From: Brad Pauly [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 10:07 AM
To: Donald Tyler
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] mysql.sock file location

Donald Tyler wrote:
> Yeah I thought so to. But I did a chmod 755 on the sock file and it
> didn't help.
> 
> Here's the test script I am using: (Presume that's what you meant by
> "connection string"?
> 
> <?PHP
> 
>       if($Connection = mysql_connect('localhost', '******', '******'))
>               print 'Success!';
>       else
>               print 'Failure';
> 
> ?>

Are you sure the MySQL server is running? Can you connect from the 
command line using the same credentials as above?

- Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to