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…

you probably want to use:

$database_host = “localhost”;

it will then use the localhost, port 3306

It does not work… :s

you need to specify:

the hostname or ip address of your mysql server
the database name
the database user name
the database user password.

You system is telling you one of those are not correct.

if it works with the earlier version it should work with this version

did you do this when you upgraded?
https://discuss.phplist.org/t/latest-version-3-0-12/

the four are correct, but it does not work.

did you do this, too?

This is a new installation, new data base… MySQL version 5.0 …