MongoDB安裝Windows服務

來源:互聯網
上載者:User

 

每次運行mongod --dbpath D:/MongoDB/data命令列來啟動MongoDB實在是不方便,就像我免安裝的MySQL一樣,我想把它作為Windows服務,這樣就方便多了。

 

D:\MongoDB\bin>mongod --logpath D:\MongoDB\logs\MongoDB.log --logappend --dbpath D:\MongoDB\data --directoryperdb --serviceName MongoDB --install
all output going to: D:\MongoDB\logs\MongoDB.log
Creating service MongoDB.
Service creation successful.
Service can be started from the command line via 'net start "MongoDB"'.

 

注意:這條命令要到MongoDB的bin目錄下運行,剛開始的時候,我就直接在D:\下運行,結果服務的可執行目錄為【"D:\mongod" --logpath  "D:\MongoDB\logs\MongoDB.log"  --logappend  --dbpath  "D:\MongoDB\data"  --directoryperdb  --service 】,肯定是不對的。

 

該命令列指定了記錄檔:D:\MongoDB\logs\MongoDB.log,日誌是以追加的方式輸出的;

 

資料檔案目錄:D:\MongoDB\data,並且參數--directoryperdb說明每個DB都會建立一個目錄;

 

Windows服務的名稱:MongoDB;

 

以上的三個參數都是可以根據自己的情況而定的,呵呵。

 

最後是安裝參數:--install,與之相對的是--remove

 

啟動MongoDB:net start MongoDB

停止MongoDB:net stop MongoDB

 

 

相關文章

聯繫我們

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