Win10 under MongoDB Installation

Source: Internet
Author: User

Win10 under MongoDB Installation

MongoDB is a product between a relational database and a non-relational database, and is the most versatile and most like relational database in a non-relational database.

MongoDB Platforms: https://www.mongodb.com/download-center#community


After the download is installed, right-click on the installation directory to create the folder data, then go to the Data Directory new DB directory and logs log directory, enter the logs directory new log file Mongo.log


Input: DB

Insert Data Example: db.test.insert<{' a ': ' B '}>


Browser input locahost:27017



CMD goes to the installation path and configures the MOGODB system service:

C:\Program files\mongodb\server\3.4\bin>mongod--bind_ip 0.0.0.0--logpath "C:\Program files\mongodb\server\3.4\ Data\logs\mongo.log "--logappend--dbpath" C:\Program files\mongodb\server\3.4\data\db "--port 27017--serviceName" MongoDB "--servicedisplayname" MongoDB "--install


The service can then be started by the system service.


Download Install Robomogo Client

Https://robomongo.org/download


Win10 under MongoDB Installation

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.