What value to enter for localhost in wp-config.php?
-
Here’s my error:
“Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost.”
my host: 1and1.com
the directory that the wordpress files were uploaded to: https://www.complainingface.com/blog/my host gave me this:
Database name db124737218
Host name db173.perfora.net
Port 3306 (standard port)
User name dbo124737218
Password ***********
Status setup startedhere’s what I’ve got in my wp-config.php file:
define(‘db124737218’, ‘wordpress’);
define(‘dbo124737218’, ‘username’);
define(‘*********’, ‘password’);
define(‘db173.perfora.net’, ‘localhost’);Any help would be appreciated.
- The topic ‘What value to enter for localhost in wp-config.php?’ is closed to new replies.