py中mongodb使用

來源:互聯網
上載者:User

標籤:無法   x86   使用   bin   windows   comm   pat   art   latest   

一、安裝

這個我也是照著別人寫的做的,參考了 http://blog.csdn.net/IT_wanghe/article/details/53884229。

在官網下載不是麻煩,是沒法下載,註冊了賬戶後直接讓用雲,還是無法下載。然後就找個windows的下載路徑。

http://dl.mongodb.org/dl/win32/x86_64  

我下載的是個mongodb-win32-x86_64-2008plus-v3.2-latest.zip。解壓後改下檔案夾名字成mongodb。在它下面建檔案夾data,在data下面建檔案夾db和log,在log裡面建檔案MongoDB.log

開啟命令列,切到mongodb路徑,輸入:mongod -dbpath "C:\mongodb\data\db"  就會把東西撞倒db檔案夾中。資料庫預設連接埠是27017:  所以在網頁中輸入 http://127.0.0.1:27017

看到的結果是:

It looks like you are trying to access MongoDB over HTTP on the native driver port.


二、啟動
先雙擊bin中mongod.exe,再雙擊mongo.exe,會出現控制台介面(命令列介面),現在做下測試
敲入db.foo.insert({a:1}) (往foo表插入a,1欄位值,foo表為預設表)
敲入db.foo.find() (查看foo表資料)

py中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.