' . sprintf( /* translators: %s: Database name. */ __( 'We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database.' ), '' . htmlspecialchars( $db, ENT_QUOTES ) . '' ) . "
' . htmlspecialchars( $db, ENT_QUOTES ) . '
' . htmlspecialchars( $this->dbuser, ENT_QUOTES ) . '
username_%1$s
' . sprintf( /* translators: %s: Support forums URL. */ __( 'If you don’t 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 we can’t contact the database server at %2$s. 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’re 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 we lost contact with the database server at %s. This could mean your host’s database server is down.' ), '' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '' ) . "
' . $error . "