[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] PHP and nameservice
- Subject: [cobalt-users] PHP and nameservice
- From: "Michael D. Bathrick" <prez@xxxxxxxxxxxxx>
- Date: Fri Nov 9 18:03:28 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I'm having a problem with PHP/MySQL - mysql command
mysql_pconnect("localhost:3306","username","password")
doesn't work, while
mysql_pconnect("127.0.0.1:3306","boxcar","down1934")
does. nslookup shows
nslookup localhost
Server: nexus.berkshire.net
Address: 206.72.196.10
Name: localhost.berkshire.net
Address: 127.0.0.1
any ideas?
Mike