MySQL資料庫和執行個體簡介

來源:互聯網
上載者:User

標籤:style   blog   color   io   ar   檔案   資料   div   sp   

MySQL 單進程多線程,也就是說MySQL執行個體在系統上表現就是一個進程該架構類似於SQL Server和Windows版本的OracleMySQL資料庫是由一些列物理檔案組成。類似於frm、MYD、MYI、ibd結尾的檔案MySQL執行個體是線程和記憶體組成執行個體才是真正用於操作資料庫檔案的一般情況下一個執行個體對應一個資料庫叢集情況下多個執行個體對應一個資料庫在執行個體啟動的時候MySQL會讀取設定檔,類似於Oracle的spfile檔案,不同的是Oracle如果找不到參數檔案會啟動失敗,MySQL如果找不到設定檔則會按照預設參數設定啟動執行個體。【Linux】
#mysql --help|grep my.cnf
order of preference,my.cnf,$MYSQL_TCP_PORT,
/etc/my.cnf
/etc/mysql/my.cnf
/usr/local/mysql/etc/my.cnf
~/.my.cnf
【Windows】
C:\Users\gechong>mysql --help

Default options are read from the following files in the given order:
C:\windows\my.ini C:\windows\my.cnf 
C:\my.ini 
C:\my.cnf 
D:\Wamp\wamp\bin\mysql\m
ysql5.5.20\my.ini D:\Wamp\wamp\bin\mysql\mysql5.5.20\my.cnfMySQL執行個體會以讀取到最後一個設定檔中的參數為準

MySQL資料庫和執行個體簡介

相關文章

聯繫我們

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