I'm trying to install ZenPhoto for a client. I've lots of these before, but the MySQL connection - which I can easily make via any MySQL front end - doesn't seem to work with ZenPhoto. Here are the 4 parameters:
$conf['mysql_user'] = "correctusername";
$conf['mysql_pass'] = "correctpassword";
$conf['mysql_host'] = "mysql5.s000.somewebserver.com";
$conf['mysql_database'] = "client_portfolio";
These settings work fine in other MySQL apps, but not in ZenPhoto. The host name is the one specified by the ISP - and it works in other apps. The database name has an underscore in it, and I have tried using it without the underscore - also no go. What am I missing? TIA for your collective wisdom!