--- database.mysql.inc.ORIGINAL 2006-05-19 07:17:55.000000000 -0400 +++ database.mysql.inc 2006-05-19 07:33:34.000000000 -0400 @@ -54,8 +54,6 @@ function db_connect($url) { drupal_maintenance_theme(); drupal_set_title('Unable to connect to database server'); print theme('maintenance_page', '

This either means that the username and password information in your settings.php file is incorrect or we can\'t contact the MySQL database server. This could mean your hosting provider\'s database server is down.

-

The MySQL error was: '. theme('placeholder', mysql_error()) .'.

-

Currently, the username is '. theme('placeholder', $url['user']) .' and the database server is '. theme('placeholder', $url['host']) .'.