Magento Installation Problem - MySQL Access Denied
I was installing Magento on one of my commercial sites just to try it out and ran into this installation problem:
SQLSTATE[28000] [1045] Access denied for user ......# 'root'@’localhost’ (using password: YES)
# Database connection error
...
The error message explains itself: there is a database connection issue and it's probably because either your username and / or password don't match or your account doesn't have the privilege for this execution.
My question was exactly about that, too. "Why does it try to access MySQL database using the 'root' account? "
I'm using shared hosting service from HostGator for this site, and I don't have ...


