diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc
index 36612ecf..c861af9 100644
--- a/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -1149,7 +1149,9 @@ function install_database_errors($database, $settings_file) {
       // These are generic errors, so we do not have any specific key of the
       // database connection array to attach them to; therefore, we just put
       // them in the error array with standard numeric keys.
-      $errors[$driver . '][0'] = \Drupal::service('renderer')->renderPlain($error_message);
+      //$errors[$driver . '][0'] = \Drupal::service('renderer')->renderPlain($error_message);
+
+      $errors[$driver . '][0'] = 'Errors: ' . implode(', ' $errors);
     }
   }
   return $errors;
