MongoDB installation Configuration

Source: Internet
Author: User
Tags robomongo

1.MongoDB: Download the corresponding version
https://www.mongodb.org/=>download=>window=>download
2. Installation
Press Default or select installation location step to head
3. Create a Database Data storage folder
Like d:/data/db.
4. Start MongoDB (Specify Data file storage path), listening port: 27017
Open a DOS window
A. Go to the installation location of MongoDB
CD C:\Program Files\mongodb\server\3.0\bin
B. Run: Mongod.exe--dbpath "d:\data\db"//Specify database folder path location
5. Go to the MongoDB console
Open another DOS window
CD C:\Program Files\mongodb\server\3.0\bin
Run: Mongo.exe//Enter MongoDB console

6. Display the current database status:
In the MongoDB console
Db.stats ()//This will show the database name

7. Installing the Robomongo graphical tool
: Http://www.softpedia.com/get/Internet/Servers/Database-Utils/Robomongo.shtml#download
Post-installation point create, connect to display the database when MongoDB is open

MongoDB Installation Configuration

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.