Need Help in error msg
am 18.05.2010 09:19:46 von Nagendra Prasad
--000e0cd100aab6ca6b0486d92bb6
Content-Type: text/plain; charset=ISO-8859-1
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.
--000e0cd100aab6ca6b0486d92bb6--
Re: Need Help in error msg
am 18.05.2010 09:23:29 von 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.
>
It means that either the password you're using is wrong or the user
doesn't have access to the DB server (the user doesn't exist or
doesn't have the proper rights).
Regards
Peter
--
WWW: http://plphp.dk / http://plind.dk
LinkedIn: http://www.linkedin.com/in/plind
Flickr: http://www.flickr.com/photos/fake51
BeWelcome: Fake51
Couchsurfing: Fake51
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Need Help in error msg
am 18.05.2010 09:44:05 von Chaitanya Yanamadala
--001636b2b0e4ac9d6f0486d9823c
Content-Type: text/plain; charset=UTF-8
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'@'localhost'
> (using password: YES)
>
> Dose anyone know what exactly this means.
>
> Best,
> Guru.
>
--001636b2b0e4ac9d6f0486d9823c--
Re: Need Help in error msg
am 18.05.2010 09:55:02 von Artur Ejsmont
--0016369c8987a386eb0486d9a85f
Content-Type: text/plain; charset=ISO-8859-1
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 have access to the DB server (the user doesn't exist or
doesn't have the proper rights).
Regards
Peter
--
WWW: http://plphp.dk / http://plind.dk
LinkedIn: http://www.linkedin.com/in/plind
Flickr: http://www.flickr.com/photos/fake51
BeWelcome: Fake51
Couchsurfing: Fake51
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--0016369c8987a386eb0486d9a85f--
Re: Need Help in error msg
am 14.06.2010 09:22:31 von Bavithra R
--00c09f88cfaf12d65c0488f85a29
Content-Type: text/plain; charset=ISO-8859-1
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
--00c09f88cfaf12d65c0488f85a29--