Configuration problem

Hello,

I have a problem with the configuration of phplist 3.0.12.

# what is your Mysql database server hostname
$database_host = "localhost:/tmp/mysql5.sock";

# what is the name of the database we are using
$database_name = "dbxxxxxxxxx";

# what user has access to this database
$database_user = "dboxxxxxxxxx";

# and what is the password to login to control the database
$database_password = 'xxxxxxxxx';

I put config.php online, i have this message :

‘Unknown database host to connected to, please check your configuration’.

my login is good, (the version 3.0.5 works.)

Thanks you guys…

I would have expected the $database_host to be localhost without the rest of that line. Is that what you’ve been told by your host to use?