Summary
mysql_connect() で UNIX Socket でも接続できるmysql_connect('localhost:/tmp/mysql.sock', 'userid', 'password');
Reference
cl.pocari.org - 2004-02-22http://cl.pocari.org/2004-02-22-1.html
mysql_connect('localhost:/tmp/mysql.sock', 'userid', 'password');