MongoDB installation and start-up

Source: Internet
Author: User

MongoDB is a document-oriented (document-oriented) database, not a relational database. Document-oriented databases do not have a "line" concept compared to a relational database, instead of a "document" model

① in the official website (http://www.mongodb.org/downloads) to download MongoDB, and then install (path is the C-Drive MongoDB folder)

automatically generate a bin file in the ②mongodb folder folder, setting environment variables: " computer --Properties--Advanced system settings-environment variables---edit variable path (variable value)--npm followed by ; C:\mongoDB\bin "

③ new Data folder inside the MongoDB file, new DB folder inside the Data folder

④ boot server, win+r, input cmd, CD into folder, input:mongod--dbpath c:\mongodb\data\db

Start the database, start the server, and then enter "localhost+ port number" on the browser side

MongoDB installation and start-up

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.