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