diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc index 365bf22a6a12..41fa9dc9ec7e 100644 --- a/includes/database.mysql.inc +++ b/includes/database.mysql.inc @@ -105,7 +105,7 @@ function db_connect($url) { drupal_set_header('HTTP/1.1 503 Service Unavailable'); 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 installed 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.
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', mysql_error()) .'.
Currently, the username is '. theme('placeholder', $url['user']) .' and the database server is '. theme('placeholder', $url['host']) .'.
If you still have to install Drupal, proceed to the installation page.
-If you have already finished installed 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.
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)) .'.
Currently, the username is '. theme('placeholder', $url['user']) .' and the database server is '. theme('placeholder', $url['host']) .'.
If you still have to install Drupal, proceed to the installation page.
-If you have already finished installed 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 PostgreSQL database server. This could mean your hosting provider\'s database server is down.
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 PostgreSQL database server. This could mean your hosting provider\'s database server is down.
The PostgreSQL error was: '. theme('placeholder', decode_entities($php_errormsg)) .'
Currently, the database is '. theme('placeholder', substr($url['path'], 1)) .', the username is '. theme('placeholder', $url['user']) .', and the database server is '. theme('placeholder', $url['host']) .'.