I'm getting this error when I try to use my database hosted with GoDaddy Shared hosting. Am I doing something wrong?
Nice.... I have the same problem. However, my installation looks locally. Are you using the IP or hostname of the remote server?
Well I can tell you that your hostname resolves to: apcamemeber.db.6633624.hostedresource.com = 97.74.31.111 The error you're seeing is from 12.68.137.179. Is this IP the IP on where you're running the installation from? If yes, you have the exact same problem I'm seeing. Except I get a totally different message. I get: Cannot select database 'DBNAME'(Access denied for user 'ohio'@'IPADDRESS' to database 'DBNAME')
Do you have any other scripts that are using the remote dB from this web server? Wondering if there are any routing or firewall rules preventing connection to the dB.
Couple of things come to mind: 1) I notice that in your hostname amember is mis-spelled (apcamemeber as opposed to apcamember) is this intentional and are you entering correctly for db and user? 2) I'm used to seeing GoDaddy MySQL hostnames being something like mysql157.secureserver.net. Are you sure about the hostname? Can you check your Web Hosting Manager on GoDaddy.
Strange. Have you contacted GoDaddy directly to see if they offer any suggestions? I have a number of sites running a remote dB, but none on GoDaddy. In doing some Google Searches for hostedresource.com mysql "access denied" it seems there are a lot of folks having that same issue with GoDaddy across various scripts (including vBulletin and Wordpress). A few suggestions that have worked for them are: 1) making sure the user has the correct privileges. (apparently by default users do not have any access unless you specifically define it) 2) deleting and recreating the dB. Apparently there are issues during creation that prevent the dB from being usable (http://forum.opencart.com/viewtopic.php?f=20&t=12324&start=0) 3) some are listing @ {IP} in their username exampleapcamemeber@97.74.31.111 (http://forums.mysql.com/read.php?39,357204,366583)