码迷,mamicode.com
首页 > 数据库 > 详细

【MongoDB】Serveral common command of MongoDb

时间:2014-09-19 02:20:04      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:mongodb

In the recent days, since the overwork made me exhaused, on arrival to home I will go to bed, which leads to loss of blogs that should have been written in the past days. 

Now  I make a summay to all the commond of operating mongoDB.

First, you should run the mongoDB server. if the following picture exists, it means you has run the mongoDB successfully. 

bubuko.com,布布扣

Secondly,after run the mongodb server, next should execute the mongodb client. 

bubuko.com,布布扣

thirdly, we input the db.help command, we will find all the method to operate database/

bubuko.com,布布扣

In the above picture, it;s generally used in the development.

Notes, in the mongodb, there is no command like mysql (‘create database xxx‘), instead use command ‘use dbname‘ to create a new db;

Lastly I set a simple exampe to show usage of some command.

bubuko.com,布布扣





【MongoDB】Serveral common command of MongoDb

标签:mongodb

原文地址:http://blog.csdn.net/sxb0841901116/article/details/39384887

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!