Mysql数据库“Communications link failure due to underlying exception”问题
生活随笔
收集整理的這篇文章主要介紹了
Mysql数据库“Communications link failure due to underlying exception”问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
MySQL默認的空閑等待時間是8個小時,一旦空閑超過8個小時,就會拋出“Communications link failure due to underlying exception”異常,修改/etc/my.cnf(windows下為my.ini),將超時時間設置為30天,在[mysqld]后面加入:
1 wait_timeout=2592000然后重啟mysql服務即可。
轉載于:https://www.cnblogs.com/smalldirector/archive/2011/12/27/2303711.html
總結
以上是生活随笔為你收集整理的Mysql数据库“Communications link failure due to underlying exception”问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 数据结构之【数组和广义表】复习题
- 下一篇: delphi XE2-新的里程碑