Hello all,
I'm trying to install Zenphoto on my server (GoDaddy Linux hosting) and am running into problems.
It seems I can't get past this error.
-----
Zenphoto Error
MySQL Error: Zenphoto could not connect to the database server.Check your zp-config.php file for the correct host, user name, and password.Note that you may need to change the host from localhost if your web server uses a separate MySQL server, which is common in large shared hosting environments like Dreamhost and GoDaddy.Also make sure the server is running, if you control it.
-----
I have checked and triple checked all my host, user name, password and file paths. All is correct.
Any ideas?
Please help.
Comments
I have entered the MYSQL database server user data. (see below - I have substituted for fake information of course)
// Database Information
////////////////////////////////////////////////////////////////////////////////
$conf['mysql_user'] = 'photo'; // Supply your MySQL user id.
$conf['mysql_pass'] = 'abcdefg'; // Supply your MySQL password.
$conf['mysql_host'] = 'photo.db.1234567.hostedresource.com'; // Supply the name of your MySQL server.
$conf['mysql_database'] = 'zenphoto'; // Supply the name of Zenphoto's database
Did I do anything wrong there?
Thanks for your help.
Btw, you don't need to rename that file yourself, the setup script should do this for as well as it should ask for the data.
thank you