Re: user denied by mysql_connect

2001-03-08 Thread Gerald L. Clark
Hui wrote: > > Hi, > > We have apache 1.3.19, PHP4.0.2 and mysql installed in > our redhat linux 6.2 system. For some reasons, we got > error message " denied for user: nobody@localhost > (Password :YES)". Database in my local machine. > > Code: mysql_pconnect("$localhost","$username", > "$pass

user denied by mysql_connect

2001-03-07 Thread Hui
Hi, We have apache 1.3.19, PHP4.0.2 and mysql installed in our redhat linux 6.2 system. For some reasons, we got error message " denied for user: nobody@localhost (Password :YES)". Database in my local machine. Code: mysql_pconnect("$localhost","$username", "$password") or die ("couldnt connect