首页 > 数据库技术 > 详细

【MongoDB】The Access control of mongodb

时间:2014-10-30 00:25:19      阅读:240      评论: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.

bubuko.com,布布扣


bubuko.com,布布扣


Secondly, use the certain port 

bubuko.com,布布扣

bubuko.com,布布扣


Thirdly,  add user and password

bubuko.com,布布扣


bubuko.com,布布扣

【MongoDB】The Access control of mongodb

原文:http://blog.csdn.net/sxb0841901116/article/details/40593071

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!