More information about MongoDB

Source: Internet
Author: User

MongoDB Introduction and Installation Reference http://www.cnblogs.com/lipan/archive/2011/03/08/1966463.html

Installation process:

  • First step: Download the installation package: Official ← Click here, if the win system, note whether the 64-bit or 32-bit version, please select the correct version.
  • Second step: Create a new directory "D:\MongoDB", unzip the downloaded installation package, locate all the. exe files under the bin directory, and copy to the directory you just created.
  • Step three: Create a new "data" folder in the "D:\MongoDB" directory, which will be the root folder for data storage.

  Configure the MONGO service side:

Open the cmd window and enter the command as follows:

> D:

> CD D:\MongoDB

> Mongod--dbpath D:\MongoDB\data

  

This MONGO service is started, you can open another CMD window, enter the command:

> D:

> CD D:\MongoDB

> MONGO

Under this window, you can perform normal MONGO command-line operations, such as show DBS, etc.

More information about MongoDB

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.