diff --git a/src/Illuminate/Database/LostConnectionDetector.php b/src/Illuminate/Database/LostConnectionDetector.php index 921475a09a65..486be8e20de3 100644 --- a/src/Illuminate/Database/LostConnectionDetector.php +++ b/src/Illuminate/Database/LostConnectionDetector.php @@ -49,6 +49,7 @@ public function causedByLostConnection(Throwable $e): bool 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known', 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for', 'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: EOF detected', + 'SSL error: unexpected eof', 'SQLSTATE[HY000] [2002] Connection timed out', 'SSL: Connection timed out', 'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',