Installation – DB Connect Error
-
I have installed three wordpress instances, three are working, one is not.
The three working are named:
asparagazette
linksoftheweek
niuviewpointsThe one that is not working:
friendsofniuviewI have one wordpressuser account for all instances (wordpressuser) and I created a db (via mysql) that is the same name as the wordpress instance.
This is the error:
Error establishing a database connectionThis 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 locahost. This could mean your host’s database server is down.
I dbl checked and everything is named appropriately:
define(‘DB_NAME’, ‘friendsofniuview’);
define(‘DB_USER’, ‘wordpressuser’);
define(‘DB_PASSWORD’, ‘xxxxxxxxx’);
define(‘DB_HOST’, ‘locahost’);Is there a naming length limitation?
Thanks in advance for your help!
~George
The topic ‘Installation – DB Connect Error’ is closed to new replies.