Tweet
Follow @easyphp
introduction
screenshots
faq
forum
blog
modules
components
download
Please use the
search function
and/or read the
FAQ
first.
-->
MySQL: "Acces Denied"
Posted by:
Victor
August 25, 2010 07:35PM
Hi all,
today I tried to start PhpMyAdmin. I didn't use it before. PhpMyAdmin gives me the error:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
I checked config.inc.php, but the password is '' (nothing). How can I solve this so I can get access to PhpMyAdmin?
Posted by:
Amour
August 26, 2010 07:41AM
Did you changed MySQL root password to obtain that ?
You can try to run MySQL without grant tables read (search with skip-grant-tables)
Posted by:
Victor
August 26, 2010 07:50AM
I don't have change things. And could you explain "grant tabled"?
Posted by:
Amour
August 26, 2010 08:00AM
You can run MySQL with that way :
[
dev.mysql.com
]