MongoDB學習之(一)安裝

來源:互聯網
上載者:User

標籤:insert   gpo   nta   baidu   blank   result   path   控制   cti   

 

第一步:下載MongoDB的安裝版進行安裝

https://pan.baidu.com/s/1X3hIqORJ61TCG1UJ_yr6ag

安裝步驟就是下一步,很簡單就不說了。

第二步:設定路徑 dbpath 在 mongod.exe 指向 data 備用路徑。

D:\soft\mongodb\bin>mongod --dbpath D:\mongodb\data\db

 會出來一串輸出內容,表示安裝成功

第三步:啟動並執行MongoDB

C:\Users\Administrator.SKY-20170815DYT>d:D:\>cd D:\soft\mongodb\binD:\soft\mongodb\bin>mongo.exe

如果列印出下面的log。

MongoDB shell version v3.4.10connecting to: mongodb://127.0.0.1:27017MongoDB server version: 3.4.10Welcome to the MongoDB shell.For interactive help, type "help".For more comprehensive documentation, see        http://docs.mongodb.org/Questions? Try the support group        http://groups.google.com/group/mongodb-user

 第四步:測試下,簡單的儲存

> db.test.save({a:1})WriteResult({ "nInserted" : 1 })> db.test.find(){ "_id" : ObjectId("5abf8653521989e02fb2fd33"), "a" : 1 }

 mongodb有一個預設的test庫,這裡先儲存個,然後可以查詢到,就表示安裝OK了。

第五步:串連到robomongo ,初始化沒設定密碼,隨便連就能串連上了。

可以在test庫裡,看到通過控制台儲存的值。

第六步:下次啟動還是要重複第二步到第四步。

D:\soft\mongodb\bin>mongo.exe --dbpath D:\mongodb\data\dbC:\Users\Administrator.SKY-20170815DYT>d:D:\>cd D:\soft\mongodb\binD:\soft\mongodb\bin>mongo.exe

 這樣就能夠串連上了。

 

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.