We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e98e6 commit 4210258Copy full SHA for 4210258
src/Illuminate/Database/DetectsLostConnections.php
@@ -52,6 +52,8 @@ protected function causedByLostConnection(Throwable $e)
52
'Temporary failure in name resolution',
53
'SSL: Broken pipe',
54
'SQLSTATE[08S01]: Communication link failure',
55
+ 'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
56
+ 'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
57
]);
58
}
59
0 commit comments