Member
Member
pasega   01-05-2012, 19:43
#1

When I run the zenphoto setup I get this error message:
Access denied for user 'pabloxime_run'@'50.28.29.789(using password: YES)
What should I enter in the Database host field?

Member
Member
Laurent   01-05-2012, 20:54
#2

Usually you have to put localhost or 127.0.0.1.

You will have something like that in your zenphoto.cfg

$conf['mysql_user'] = 'Toto'; $conf['mysql_pass'] = 'Toto-password'; $conf['mysql_host'] = 'localhost'; $conf['mysql_database'] = 'Toto-base';

Member
Member
sbillard   01-05-2012, 20:58
#3

You have connected to the database server, but the error message says that your user/password credentials are not being accepted by the database server.

You will have to find from your hosting service what your user and password are and supply these to Zenphoto.

Administrator
Administrator
acrylian   02-05-2012, 08:38
#4

I don't know any host where "localhost" works (that works only locally using MAMP for me). All I know have a separate database server you need to enter instead. Your host should have told you the right credentials.

Member
Member
pasega   02-05-2012, 13:11
#5

i have a free cloud hosting account and get very limited support from my host. The host said the MySQL host name is "localhost" and port is 3306. How do I check the port number in the zenphoto CMS?

Administrator
Administrator
acrylian   02-05-2012, 13:24
#6

3306 is the standard port for mysql. You should really check your username and password or again contact your host. If they are not willing to help you probably should get a proper host... Webspace does not cost that much anymore...

Member
Member
sbillard   02-05-2012, 15:37
#7

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.

Member
Member
Michel Gagnon   02-05-2012, 15:54
#8

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)

Member
Member
jph   18-11-2012, 16:05
#9

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

Administrator
Administrator
fretzl   18-11-2012, 16:36
#10

Check your database credentials and the file/folder permissions.

Btw, the IP address (72.167.233.37)is from GoDaddy

Member
Member
jph   19-11-2012, 02:57
#11

The basic database which was used by my website did not work
So I had to create a new database, but empty to get the installation to complete it

Anyhow, thank you for your help, and even if the install was a bit tricky, finally the result is very pleasant

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.