Index: includes/database.mysqli.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/database.mysqli.inc,v retrieving revision 1.32.2.1 diff -u -p -r1.32.2.1 database.mysqli.inc --- includes/database.mysqli.inc 19 Oct 2007 21:49:26 -0000 1.32.2.1 +++ includes/database.mysqli.inc 13 Jan 2008 13:16:49 -0000 @@ -86,7 +86,7 @@ function db_connect($url) { drupal_set_title('Unable to connect to database server'); print theme('maintenance_page', '

If you still have to install Drupal, proceed to the installation page.

If you have already finished installing Drupal, this either means that the username and password information in your settings.php file is incorrect or that we can\'t connect to the MySQL database server. This could mean your hosting provider\'s database server is down.

-

The MySQL error was: '. theme('placeholder', mysqli_error($connection)) .'.

+

The MySQL error was: '. theme('placeholder', mysqli_connect_error($connection)) .'.

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