RE: [PHP] further detail on mysql connect problem

2005-05-27 Thread Nalini Pal
hope this helps.. Have you downloaded mysql administrator? Best wishes nalini [EMAIL PROTECTED] -Original Message- From: Jim & Sara Feldman [mailto:[EMAIL PROTECTED] Sent: 27 May 2005 04:41 To: Nalini Pal Subject: RE: [PHP] further detail on mysql connect problem Nalini:

Re: [PHP] further detail on mysql connect problem

2005-05-25 Thread John Nichel
Jim & Sara Feldman wrote: Hi: Adding a detail to my previous note on the mysql connect problem: At the point where I attempted to connect, I added a printout of the error generated when the instruction ran. The two lines now read: $result = mysql_pconnect("localhost", "api_user", "x97533");

Re: [PHP] further detail on mysql connect problem

2005-05-24 Thread Richard Lynch
Google for that error message. We just discussed it days ago... I forget what it was, but the answer's in the archives. On Tue, May 24, 2005 5:15 pm, Jim & Sara Feldman said: > Hi: > > Adding a detail to my previous note on the mysql connect problem: > > At the point where I attempted to conne

[PHP] further detail on mysql connect problem

2005-05-24 Thread Jim & Sara Feldman
Hi: Adding a detail to my previous note on the mysql connect problem: At the point where I attempted to connect, I added a printout of the error generated when the instruction ran. The two lines now read: $result = mysql_pconnect("localhost", "api_user", "x97533"); echo "Tried to connect. Pr