MySQL:reading initial communication packet問題解決方案之一

來源:互聯網
上載者:User

解決方案之一:

網站訪問出現如題錯誤,經過檢查my.cnf,發現innodb_buffer_pool_size = 2048M 設定過大,調整為innodb_buffer_pool_size = 1024M即可,網上也有該問題的其他解決方案,但都不能解決我的問題。

Lost connection to MySQL server at 'reading initial communication packet' 錯誤解決

上次解決了這個問題,今天又碰到,突然失憶,又做了一番無用功後終於搞定,這次一定要記錄下來,免得下次又浪費時間

1、修改mysql設定檔

vi /etc/my.cnf

[mysqld]段加skip-name-resolve

在這個之前要把mysql的遠端存取許可權開啟,或者再加skip-grant-table(不推薦)

2、修改hosts.allow

vi /etc/hosts.allow

加mysqld : ALL : ALLOW
mysqld-max : ALL :ALLOW

相關文章

聯繫我們

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