From 4d55cc850be2c99828ea23a3c7769cb3ed6fea4f Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 19 Apr 2005 03:25:14 +0000 Subject: [PATCH] Better message. git-svn-id: http://svn.automattic.com/wordpress/trunk@2547 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/wp-db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 12237270c..597fa2816 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -44,7 +44,7 @@ class wpdb { if (!$this->dbh) { $this->bail("

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

"); } }