06 2015 档案

摘要:基本操作命令:show dbs:显示数据库列表 show collections:显示当前数据库中的集合(类似关系数据库中的表) show users:显示用户use :切换当前数据库,这和MS-SQL里面的意思一样 db.help():显示数据库操作命令,里面有很多的命令 db.foo.help(... 阅读全文
posted @ 2015-06-08 17:27 B_easy 阅读(109) 评论(0) 推荐(0)
摘要:1.下载软件:wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.0.3.tgz2.解压安装:tar -zxvf mongodb-linux-x86_64-rhel62-3.0.3.tgz mv mongodb-li... 阅读全文
posted @ 2015-06-08 14:51 B_easy 阅读(238) 评论(0) 推荐(0)