码迷,mamicode.com
首页 > 数据库 > 详细

【MongoDB】The Access control of mongodb

时间:2016-04-02 18:48:28      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

In this blog we mainly talk about the access control including limitation of ip, setting listen port and usage of username and password. In the official document, mongodb server start without the argument , so once the connection was created, the remote client could do everything. But in the productive environment it’s advisable to take security into consideration and to enhance the security protection. For the sake of lowing the potential risk, the above measures could be taken to deal with these problems. 
First, Binding IP address to access MongoDB. 
Mongodb could put restriction on the ip address thought argument ‘bind_ip’ when being started. For example, now we only limit ip address[192.168.55.165] to access the server.

技术分享


技术分享


Secondly, use the certain port 

技术分享

技术分享


Thirdly,  add user and password

技术分享


技术分享

【MongoDB】The Access control of mongodb

标签:

原文地址:http://www.cnblogs.com/bhlsheji/p/5347858.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!