MongoDB Study notes (1)

Source: Internet
Author: User
Tags mongo shell
Overview and installation of MongoDB

Basic Knowledge start the Wiredtiger engine

Creating a database

Use {dbname} to view all current databases

Show DBS
PS: If the use of the database is empty, can not be displayed through the show DBS Check and delete and change

Suppose DB name is for you
Add:db.you.insert
Delete: db.you.remove
Change:db.you.update
Check:db.you.find

Data Type

Script

MONGO through the JS script to query the appropriate information

load script on Shell interface via load
Add startup Content

Modify ~/.mongorc

the use of editor

Add editor environment variable in 1.~/.BASHRC:
Editor=/usr/bin/vim

The following line is added to the 2.~/.MONGORC:
Editor= "/usr/bin/vim"

In the 3.mongo shell, you can invoke vim to modify data by using the edit {variable name}:

The following variable increases sex

Successfully added

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.