Mysql—— [Warning] Changed limits: max_open_files: 2048 max_connections:800 table_cache: 619

來源:互聯網
上載者:User
問題: [Warning] Changed limits: max_open_files: 2048 max_connections:
800 table_cache: 619

MySQL伺服器

WINDOWS下執行二進位安裝後WINDOWS服務中預設的調用的是mysqld-nt伺服器,我們可以在WINDOWS的MySql服務的屬性中看到:
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt" --defaults-file
="C:\Program Files\MySQL\MySQL Server 5.0\my.ini" MySQL

我們也可以不用WINDOWS的預設MYSQL伺服器,而啟用mysqld伺服器來
啟動MYSQL:

C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqld --console
070608 14:12:04 [Warning] Changed limits: max_open_files: 2048 max_connections:
800 table_cache: 619
070608 14:12:05 InnoDB: Started; log sequence number 0 956199
070608 14:12:05 [Note] mysqld: ready for connections.
Version: '5.0.27-community' socket: '' port: 3306 MySQL Community Edition (GP
L)

如果省略--console選項,伺服器向資料目錄(預設為C:\Program Files\MySQL \MySQL Server 5.1\data)中的錯誤記錄檔寫入診斷輸出。錯誤記錄檔檔案的副檔名為.err。

C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqld --defaults-file = "C:\Program Files\MySQL\MySQL Server 5.0\my.ini"
070608 9:32:34 [Warning] Changed limits: max_open_files: 2048 max_connections: 800 table_cache: 619

如果我們沒有執行環境變數和程式變數,mysqld和mysqld-nt都是從設定檔中的[mysqld]和[server]組讀取選項。*
……
【閱讀全文】

相關文章

聯繫我們

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