diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 12237270cb..597fa28161 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -44,7 +44,7 @@ class wpdb { if (!$this->dbh) { $this->bail("
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 $dbhost
.
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 $dbhost
. This could mean your host's database server is down.
If you continue to have connection problems you should contact your host. If all else fails you may find help at the WordPress Support Forums.
"); +If you don't know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.
"); } }