I will repeat, since maybe you did not read my message. You did connect to the (a?) database server, so the server name is not the issue. But MySQL refused you access, so your user id and password are not accepted. To resolve this YOU WILL HAVE TO DEAL WITH THE PROVIDER. Only he can help. If he will not, then you know the drill--you get what you pay for.
The comments above mean that you need to double- or triple-check. I am with a "real" provider and the value of mysql_host is indeed localhost. However, my database and user need to be prefixed with the account name and underscore. I have :
mysql_user = 'account_user'
mysql_database = 'account_db'
mysql_pass = 'password' (no account name here)
I'm trying to install Zenphoto on my server hosted by Godaddy
I get the following error:
"Access denied for user 'jph'@'97.74.24.179' (using password: YES)"
In my Godaddy account statements it gives
"'jph@72.167.233.37'" as user's reference
I tried to change the info in the Zenphoto setup questionnaire and config file without any success
Could you explain why this '97.74.24.179' always appears and how to fix the problem
N.B.: I did change the user's name by "jph" for security