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’.