Make WordPress Core

Changeset 2547


Ignore:
Timestamp:
04/19/2005 03:25:14 AM (21 years ago)
Author:
matt
Message:

Better message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r1865 r2547  
    4545            $this->bail("
    4646<h1>Error establishing a database connection</h1>
    47 <p>This either means that the username and password information in your <code>wp-config.php</code> file is incorrect or we can't contact the database server at <code>$dbhost</code>.</p>
     47<p>This either means that the username and password information in your <code>wp-config.php</code> file is incorrect or we can't contact the database server at <code>$dbhost</code>. This could mean your host's database server is down.</p>
    4848<ul>
    4949    <li>Are you sure you have the correct username and password?</li>
     
    7070<li>On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?</li>
    7171</ul>
    72 <p>If you continue to have connection problems you should contact your host. If all else fails you may find help at the <a href='http://wordpress.org/support/'>WordPress Support Forums</a>.</p>");
     72<p>If you don't know how to setup a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href='http://wordpress.org/support/'>WordPress Support Forums</a>.</p>");
    7373        }
    7474    }
Note: See TracChangeset for help on using the changeset viewer.