mongodb学习笔记

一天学习一点点


first day:

1.install a mongodb

download mongodb from website,then unzip it to a location where you want,

2.start service

open "cmd" line,then input cmd : cd ***/bin change to your mongodb location which you set before,

EO next cmd:mongod.exe --dbpath=**/db(where you want to put you db data) you can start the server.

If you don't you will get a message "由于你的计算机积极拒绝,无法连接 127.0.0.1:27017",

but if you get this message,this tip may don't do well,good luck!

3.check the connection

mongo.exe will do help

4.create db

use db

cmd:use [newDBname] (this won't create a db immediately just change the db to [newDBname],but after you insert data),here I use Eclipse as example

insert data

cmd:db.user.insert({"name":"abel","password":"abel","sex":"male"})

db will do three operations:create a db named eclipse,create a collection named user,insert a record to collection user




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值