drupal_set_header('HTTP/1.1 503 Service Unavailable');
drupal_set_title('Unable to connect to database server');
printtheme('maintenance_page','<p>If you still have to install Drupal, proceed to the <a href="'.base_path().'install.php">installation page</a>.</p>
<p>If you have already finished installed Drupal, this either means that the username and password information in your <code>settings.php</code> 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.</p>
<p>If you have already finished installing Drupal, this either means that the username and password information in your <code>settings.php</code> 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.</p>
<p>The MySQL error was: '.theme('placeholder',mysql_error()).'.</p>
<p>Currently, the username is '.theme('placeholder',$url['user']).' and the database server is '.theme('placeholder',$url['host']).'.</p>
drupal_set_header('HTTP/1.1 503 Service Unavailable');
drupal_set_title('Unable to connect to database server');
printtheme('maintenance_page','<p>If you still have to install Drupal, proceed to the <a href="'.base_path().'install.php">installation page</a>.</p>
<p>If you have already finished installed Drupal, this either means that the username and password information in your <code>settings.php</code> 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.</p>
<p>If you have already finished installing Drupal, this either means that the username and password information in your <code>settings.php</code> 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.</p>
<p>The MySQL error was: '.theme('placeholder',mysqli_connect_error()).'.</p>
<p>Currently, the username is '.theme('placeholder',$url['user']).' and the database server is '.theme('placeholder',$url['host']).'.</p>
drupal_set_header('HTTP/1.1 503 Service Unavailable');
drupal_set_title('Unable to connect to database');
printtheme('maintenance_page','<p>If you still have to install Drupal, proceed to the <a href="'.base_path().'install.php">installation page</a>.</p>
<p>If you have already finished installed Drupal, this either means that the username and password information in your <code>settings.php</code> 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.</p>
<p>If you have already finished installing Drupal, this either means that the username and password information in your <code>settings.php</code> 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.</p>
<p>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']).'.</p>