MongoDB安裝並隨windows開機自啟

來源:互聯網
上載者:User
MongoDB的官方下載站是http://www.mongodb.org/downloads,可以去上面下載最新的程式下來。在下載頁面可以看到,對作業系統支援很全面,OS X、Linux、Windows、Solaris都支援,而且都有各自的32位和64位版本。目前的穩定版本是1.8.1版本。

1、Windows版本安裝

 

(1)、下載MongoDB

 url地址: http://downloads.mongodb.org/win32/mongodb-win32-i386-1.8.1.zip

(2)、設定MongoDB目錄

   解壓到D盤下面的MongDB檔案夾,路徑為d:\MongDB

3)設定資料檔案路徑

在D:\MongoDB裡面建立logs和data檔案夾

在D:\MongoDB\logs裡面建立mongodb.log檔案

 

2,配置Mongo服務端:

開啟cmd視窗:輸入下面命令:

> d:
> cd D:\MongoDB\bin
> mongod --dbpath D:\MongoDB\data --logpath=D:\MongoDB\logs\mongodb.log --install

 

 

 

然後到服務中啟mongodB

如果是win7的話。那啟動cmd要用管理員身份來啟動

 

3,用戶端串連驗證

新開啟一個CMD輸入:d:\mongodb\bin\mongo,如果出現下面提示,那麼您就可以開始MongoDB之旅了:
D:\mongodb\bin>d:\mongodb\bin\mongo
MongoDB shell version: 1.8.1
connecting to: test
>

4,查看日誌

D:\MongoDB\logs下面的mongodb.log

 

 

 

 

5.補充

 

 

   C:\MongoDB\bin>mongod --help
 
Windows Service Control Manager options:
  --install                install mongodb service
  --remove              remove mongodb service
  --reinstall             reinstall mongodb service (equivilant of mongod
                             --remove followed by mongod --install)
  --serviceName arg           windows service name
  --serviceDisplayName arg windows service display name
  --serviceDescription arg    windows service description
  --serviceUser arg              user name service executes as
  --servicePassword arg       password used to authenticate serviceUser

 

相關文章

聯繫我們

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