【MongoDB】Serveral common command of 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. 

【MongoDB】Serveral common command of MongoDb

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

【MongoDB】Serveral common command of MongoDb

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

【MongoDB】Serveral common command of MongoDb

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.

【MongoDB】Serveral common command of MongoDb





【MongoDB】Serveral common command of MongoDb

上一篇:Day19-File操作-创建 删除,文件过滤


下一篇:理解OAuth 2.0 -摘自网络