MongoDB 使用指南(1) 安裝服務

來源:互聯網
上載者:User

這裡不介紹MongoDB是什麼了,主要解決大資料量儲存問題。大家可以search “MongoDB”這個關鍵字。

 

Windows版本:

1,下載:http://www.mongodb.org/downloads

2,下載最新的穩定版本,這裡下載了(Mongo DB) http://downloads.mongodb.org/win32/mongodb-win32-x86_64-1.8.1.zip

3,解壓。我解壓到:c:\\mongoDB

4,建立兩個檔案夾 資料檔案夾(c:\\mongoDB\\data\\db\\)和log檔案(c:\\mongoDB\\logs\log.txt) 。

5,進入bin檔案夾,運行cmd進入。運行一下命令:

C:\mongodb\bin>mongod --bind_ip 127.0.0.1 --logpath c:\mongodb\logs\log.txt
logappend --dbpath c:\mongodb\data --directoryperdb --install

 6,運行應用程式:net start "Mongo DB"

 7,運行 mongo.exe應用。

 

 

相關文章

聯繫我們

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