' . sprintf( /* translators: %s: Database name. */ __( 'The database server could be connected to (which means your username and password is okay) but the %s database could not be selected.' ), '' . htmlspecialchars( $db, ENT_QUOTES ) . '' ) . "
' . htmlspecialchars( $db, ENT_QUOTES ) . '
' . htmlspecialchars( $this->dbuser, ENT_QUOTES ) . '
username_%1$s
' . sprintf( /* translators: %s: Support forums URL. */ __( 'If you do not know how to set up a database you should contact your host. If all else fails you may find help at the WordPress support forums.' ), __( 'https://wordpress.org/support/forums/' ) ) . "
%s [%s]%s
%s
' . sprintf( /* translators: 1: wp-config.php, 2: Database host. */ __( 'This either means that the username and password information in your %1$s file is incorrect or that contact with the database server at %2$s could not be established. This could mean your host’s database server is down.' ), 'wp-config.php', '' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '' ) . "
wp-config.php
' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '
' . sprintf( /* translators: %s: Support forums URL. */ __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.' ), __( 'https://wordpress.org/support/forums/' ) ) . "
' . sprintf( /* translators: %s: Database host. */ __( 'This means that the contact with the database server at %s was lost. This could mean your host’s database server is down.' ), '' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '' ) . "
' . $error . "