MongoDB installation method graphics and text tutorial _mongodb

Source: Internet
Author: User
Tags data structures mongodb mongodb download mongodb server

What is MongoDB?

MongoDB is written by C + + language and is an open source database system based on distributed file storage.

In the case of high load, adding more nodes can guarantee the performance of the server.

MongoDB is designed to provide scalable, high-performance data storage solutions for Web applications.

MongoDB stores data as a document, and data structures are composed of key value (key=>value) pairs. The MongoDB document is similar to a JSON object. Field values can contain other documents, arrays, and an array of documents.

MongoDB Download

MongoDB provides a precompiled binary package for 32-bit and 64-bit systems that you can download from MongoDB website, MongoDB precompiled binary package download address: http://www.mongodb.org/downloads

My computer is Windows 64-bit other people have to download according to different systems

During installation, you can set up your installation directory by clicking on the Custom button.

Run MongoDB server under command line

Start command line administrator run

In order to run the MongoDB server from a command prompt, you must execute the Mongod.exe file from the MongoDB directory's Bin directory.

If the execution succeeds, the following message is displayed:

The 27,017-bit MongoDB default port can be entered through the browser to test for success: 127.0.0.1:27017 after the installation is successful the prompt will be displayed

The above is a small set of MongoDB to introduce the installation method graphics and text tutorials, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!

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.