[PHP-DB] Re: Problem w/ mysql_pconnect

2002-06-24 Thread Tracker 1
php, is probably resolving localhost, to its' bound external ip, or something other than 127.0.0.1 (in your hosts file, make sure that localhost is in it.) or change the user's host in the mysql.user table to localhost.localdomain, which will work too. -- =

[PHP-DB] Re: Problem w/ mysql_pconnect

2002-06-23 Thread Paul D
Guys, I appreciate your input very much. This machine is a standalone unit. That's why I'm using "localhost". The user account has already been set-up in MySQL with the correct privileges, and I'm able to login at the console command prompt using "mysql -h localhost -u pauld -p my_pwd", with