摘要: 1.显示数据库 2.创建数据库(要插入数据) 3.创建一个集合(一张表) 或是 4.查询当前集合 5.删除当前数据库 6.删除集合 7.当前数据库中的集合进行数据查找 8.查询第一条数据 9.增加数据 10.修改 11.删除 12查询修改删除 索引 1、创建索引 db.userInfo.ensure 阅读全文
posted @ 2017-11-13 23:02 坚持不懈❥ 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.imooc.com/article/18439 一.先以非授权的模式启动MongoDB非授权: 备注: /mongodb/etc/mongo.conf 位mongo配置文件所在的地址 授权: mongod -f /mongodb/etc/mongo.conf --auth 阅读全文
posted @ 2017-11-13 15:52 坚持不懈❥ 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.imooc.com/article/18438 一、下载MongoDB 打开官网下载地址:https://www.mongodb.com/download-center#community 分别对应4个平台,windows、Linux、OSX和Solaris 我们是wind 阅读全文
posted @ 2017-11-13 15:28 坚持不懈❥ 阅读(769) 评论(0) 推荐(0) 编辑