diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 790c3a9b4d..ddd48efb77 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -742,8 +742,7 @@ class wpdb { if ( !@mysql_select_db( $db, $dbh ) ) { $this->ready = false; - $this->bail( sprintf( /*WP_I18N_DB_SELECT_DB*/' -

Can’t select database

+ $this->bail( sprintf( /*WP_I18N_DB_SELECT_DB*/'

Can’t select database

We were able to connect to the database server (which means your username and password is okay) but not able to select the %1$s database.