Mysql報錯Forcing close of thread 139 user: 'root'

來源:互聯網
上載者:User

標籤:伺服器   mysql   假死   

最近重啟伺服器的mysql總是報大量的如下錯誤:

160330  9:14:26 [Warning] /usr/libexec/mysqld: Forcing close of thread 139  user: ‘root‘160330  9:14:26 [Warning] /usr/libexec/mysqld: Forcing close of thread 138  user: ‘root‘160330  9:14:26 [Warning] /usr/libexec/mysqld: Forcing close of thread 137  user: ‘root‘160330  9:14:26 [Warning] /usr/libexec/mysqld: Forcing close of thread 136  user: ‘pdss‘160330  9:14:26 [Warning] /usr/libexec/mysqld: Forcing close of thread 131  user: ‘root‘160330  9:14:26 [Warning] /usr/libexec/mysqld: Forcing close of thread 130  user: ‘csm‘


這個錯誤其實是mysql在對DNS做反查,由於反查的接續速度過慢,大量的查詢處理不及時,線程得不到釋放,造成MySQL“ 假死”。


解決辦法:

 

linux伺服器

修改mysql的設定檔(my.cnf)在[mysqld]下添加:

  skip-name-resolve

windows伺服器

修改mysql的設定檔(my.ini)在[mysqld]下添加:

    skip-locking  skip-name-resolve


修改完成後,重啟mysql服務。


本文出自 “Garany.Wang” 部落格,請務必保留此出處http://garany.blog.51cto.com/7342714/1758279

Mysql報錯Forcing close of thread 139 user: 'root'

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.