解决偶现的数据库连接失败问题:Error: Handshake inactivity timeout
refer: https://www.it1352.com/1661615.html
This commit is contained in:
parent
72427338f4
commit
08c7313ce0
@ -5,6 +5,9 @@
|
|||||||
"user": "root",
|
"user": "root",
|
||||||
"password": "root",
|
"password": "root",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"database": ""
|
"database": "",
|
||||||
|
"connectTimeout": 3600000,
|
||||||
|
"acquireTimeout": 3600000,
|
||||||
|
"timeout": 3600000
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user