-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
后端mysql重启后,第一个query会报:Connection was killed
是不是把这个文字加入到下面的断线判定数组中比较好?
$disconnectMessages = [
'server has gone away',
'no connection to the server',
'Lost connection',
'is dead or not enabled',
'Error while sending',
'decryption failed or bad record mac',
'server closed the connection unexpectedly',
'SSL connection has been closed unexpectedly',
'Error writing data to the connection',
'Resource deadlock avoided',
'failed with errno',
];Metadata
Metadata
Assignees
Labels
No labels