Nevermind.  Figured it out through a rather bovine method.

Stopped the process then tried to connect by accident and got:

   Macintosh-7:/usr/local/mysql/bin jason$ /usr/local/mysql/bin/mysql
-
u root
   ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2)

Well, there's my socket.  Changed the PHP to reflect this with:

   $dbhost = ':/tmp/mysql.sock';

...and voila, connected.

Jason
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PHP 
& MySQL" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/phpmysql?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to