[PHP-DB] mySQL connect From: Jeff Moss (jeffm <email protected>)
Date: 11/15/00

I have tried everything that I know to try and am open for suggestions. I
usually get the following when trying to connect:Warning: MySQL Connection
Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
(111)
I have used:
mysql_connect(localhost, root)
mysql_connect(localhost, username, password)
mysql_connect(sql.host.com, username, password)
and various other commands
HELP!

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>