mongodb 學習筆記 06,mongodb學習筆記

來源:互聯網
上載者:User

mongodb 學習筆記 06,mongodb學習筆記

筆記01中啟動mongod是直接通過命令列指定參數的

 mongod --dbpath /path/to/database --logpath  /path/to/logfile --fork  --port 27017

可以指定設定檔啟動 , -f 指定設定檔目錄

mongod -f configfile

設定檔格式:

mongodb 從 2.6 開始 設定檔的格式改為YAML格式

配置例子:

systemLog:    destination: file    path: "/path/to/logfile"    logAppend: truestorage:    dbPath: "/path/to/database/"    directoryPerDB: true    journal:        enabled: trueprocessManagement:    fork: truesecurity:    authorization: "enable"

詳細的設定檔格式介紹

官方文檔
http://docs.mongodb.org/manual/reference/configuration-options/

不錯的文章
http://my.oschina.net/u/1449160/blog/273283

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

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.