mysql提示Changed limits: max_open_files: 2048 max_connections: 1910 table_cache: 64的解決_Mysql

來源:互聯網
上載者:User

在windows下安裝Mysql系統日誌出現max_open_files: 2048 max_connections: 510 table_cache: 764 類似錯誤是因為 max_connections 最大串連數和max_open_files、table_cache 不匹配。適當的降低max_connections 或調整其他兩個數值

解決辦法在 mysql bin > 中輸入 mysql-nt --table_cache=764
mysql-nt --innodb_open_files=2048 即可!!
table_cache和max_connections 在my.ini 裡可調
Changed limits: max_open_files: 2048 max_connections: 1024 table_cache: 507
max_connections=1024
table_cache=500
 

附:

以上是由於你的my.ini 或者my.cfg等等裡面的 max_connections 和table_cache設定不對造成的。系統為你自動調整為相對比較接近的數值。
max_connections,table_cache不是越大越好。請參考以下公式進行匹配:

由於max_open_files是固定的,在windows裡面只能是2048.

2048= max_connections+table_cache*2

原則上說來,只要設定好了一半就不會報錯了,最好是後面設定為稍微小於2048,不要等於。

相關文章

聯繫我們

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