Unable to install with Mysql v5.0

stonehands

Joined: 2009-08-12
Posts: 1
Posted: Wed, 2009-08-12 18:48

Ok i've been trying to figure this out for a while and cant fix this. I get this error:

Warning: mysqli_real_connect() [function.mysqli-real-connect]: (28000/1045): Access denied for user ' sasGallery '@'72.167.232.221' (using password: YES) in D:\Hosting\4668404\html\gallery\lib\adodb\drivers\adodb-mysqli.inc.php on line 109
Could't connect :
sasGallery.db.4668404.hostedresource.com: Access denied for user ' sasGallery '@'72.167.232.221' (using password: YES)

when i try install and don't know what to do about it. Please help me, i have to have this gallery set up really soon.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Wed, 2009-08-12 20:26
Quote:
Access denied for user

You're either not using the right username or the right password or that user doesn't have the correct permissions for your database.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
grattojf

Joined: 2009-08-13
Posts: 3
Posted: Thu, 2009-08-13 02:41

To expand a bit on previous reply :

sasGallery has either no or incorrect password, or no access when connecting from the given IP. 72.167.232.221 resolves to p3nw8sh021.shr.prod.phx3.secureserver.net .. I guess this is some kind of web hosting outfit ? If so, I also guess you can't have direct access to the server or the DB ? That'd help you to debug a bit further.

-- Jeff