摘要: Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo... 阅读全文
posted @ 2014-07-02 20:13 seasonzone 阅读(773) 评论(0) 推荐(0) 编辑
摘要: url:http://blog.csdn.net/hf81970/article/details/19643639 MongoDB的环境主要包括StandAlone,Replication和Sharding。 StandAlone:单机环境,一般开发测试的时候用。 Replication:主从结构, 阅读全文
posted @ 2014-07-02 17:34 seasonzone 阅读(475) 评论(0) 推荐(0) 编辑
摘要: replica set多服务器主从,添加,删除节点,肯定会经常遇到的。下面详细说明一下,添加,删除节点的2种方法。 一,利用rs.reconfig,来添加,删除节点 1,添加节点代码如下repmore:PRIMARY> config = {_id:"repmore",members:[{_id:... 阅读全文
posted @ 2014-07-02 16:04 seasonzone 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 新建立了一个replicat set,登录到primary里,show dbs一看吓一跳local数据库竟然占用了80多G的空间[root@wxlab31 bin]# ./mongo --host 10.1.1.31 --port 27017MongoDB shell version: 2.4.6c... 阅读全文
posted @ 2014-07-02 15:58 seasonzone 阅读(733) 评论(0) 推荐(0) 编辑
摘要: mongod的主要参数有:基本配置-------------------------------------------------------------------------------- --quiet # 安静输出--portarg# 指定服务端口号,默认端口27017--bind_ipa... 阅读全文
posted @ 2014-07-02 13:22 seasonzone 阅读(492) 评论(0) 推荐(0) 编辑