搭建基于Docker的MongoDB复制集群环境(5)

打开与备份节点的终端
rs1:SECONDARY> show dbs;
local  1.031GB
tt    0.031GB
rs1:SECONDARY> use tt
switched to db tt
rs1:SECONDARY> show collections;
system.indexes
user
多了个数据库 ,还多了条文档
rs1:SECONDARY> db.user.find()
{ "_id" : ObjectId("55a5d1390d49c20962937b52"), "name" : "mongodb is greate!!!!" }

MongoDB常用操作命令整理 

MongoDB 3.0 正式版发布下载 

CentOS编译安装MongoDB

CentOS 编译安装 MongoDB与mongoDB的php扩展

CentOS 6 使用 yum 安装MongoDB及服务器端配置

Ubuntu 13.04下安装MongoDB2.4.3

MongoDB入门必读(概念与实战并重)

Ubunu 14.04下MongoDB的安装指南

《MongoDB 权威指南》(MongoDB: The Definitive Guide)英文文字版[PDF]

Nagios监控MongoDB分片集群服务实战

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/e2df14d33eb689c8b25ad827faf2f052.html