mysql: Communications link failure解決,failure

來源:互聯網
上載者:User

mysql: Communications link failure解決,failure

mysql: Communications link failure解決 使用Connector/J串連MySQL,程式運行較長時間後就會報以下錯誤:  Communications link failure,The last packet successfully received from the server was *** millisecond ago.The last packet successfully sent to the server was ***  millisecond ago。  其中錯誤還會提示你修改wait_timeout或是使用Connector/J的autoReconnect屬性避免該錯誤。  MySQL伺服器預設的“wait_timeout”是28800秒即8小時,意味著如果一個串連的空閑時間超過8個小時,MySQL將自動斷開該串連,而串連池卻認為該串連還是有效(因為並未校正串連的有效性),當應用申請使用該串連時,就會導致上面的報錯。  解決辦法有兩個: 一是修改my.cnf:
 wait_timeout=31536000  interactive_timeout=31536000   將到期時間修改為1年。  二是在串連URL上添加參數:&autoReconnect=true&failOverReadOnly=false 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.