[PHP-DB] Need Help in error msg

2010-05-18 Thread nagendra prasad
Hi All, I am getting this error while tried to run a downloaded script in WAMP: [1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost' (using password: YES) Dose anyone know what exactly this means. Best, Guru.

Re: [PHP-DB] Need Help in error msg

2010-05-18 Thread Peter Lind
On 18 May 2010 09:19, nagendra prasad wrote: > Hi All, > > I am getting this error while tried to run a downloaded script in WAMP: > > [1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost' > (using password: YES) > > Dose anyone know what exactly this means. > > Best, > Guru. >

Re: [PHP-DB] Need Help in error msg

2010-05-18 Thread Chaitanya Yanamadala
it means the root user password which u are using is the wrong one.. Chaitanya On Tue, May 18, 2010 at 12:49 PM, nagendra prasad wrote: > Hi All, > > I am getting this error while tried to run a downloaded script in WAMP: > > [1045] dbconn: mysql_connect: Access denied for user 'root'@'localho

Re: [PHP-DB] Need Help in error msg

2010-05-18 Thread Artur Ejsmont
May also be granted rights to login from '%' which will resolve to any host name except localhost. On 18 May 2010 08:24, "Peter Lind" wrote: On 18 May 2010 09:19, nagendra prasad wrote: > Hi All, > > I am getting t... It means that either the password you're using is wrong or the user doesn't h

Re: [PHP-DB] Need Help in error msg

2010-06-14 Thread Bavithra R
hi.. Try to change the root password by System->administration->users and groups. Unlock the key and double click the root.Change the root password and try downloading again.I hope this works. --Bavithra