MongoDB遠端存取配置步驟詳解

來源:互聯網
上載者:User

http://www.07net01.com/2016/11/1722629.html

本文介紹的內容是關於MongoDB遠端存取配置,下面話不多說,直接來看看詳細的步驟。

1、首先修改mongodb的設定檔 讓其監聽所有外網ip

編輯檔案: /etc/mongodb.conf

修改後的內容如下:

  bind_ip = 0.0.0.0  port = 27017  auth=true

2、 /etc/init.d/mongodb restart

3、串連

#本地串連/usr/local/mongodb/bin/mongo #遠端連線 /usr/local/mongodb/bin/mongo 127.0.0.1/admin -u username -p password

4、給某個資料庫添加使用者存取權限

 db.addUser('user','pwd') db.auth('user','pwd')

5、刪除使用者

db.removeUser('username')

總結

以上就是關於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.