Windows7 on the MongoDB to register as a service

Source: Internet
Author: User
Tags mongodb

References: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

The steps are as follows:

1. Download mongodb:http://www.mongodb.org/from the website

Because now 2.0 has been released, so here is the MongoDB 2.0.6

2. After downloading, extract to C packing directory (or any other place).

For ease of operation, folders can be appropriately renamed to MongoDB.

3. In the MongoDB directory, new Log,data folder standby.

4. Under the MongoDB directory new mongod.cfg, the contents are as follows:

Logpath=c:\mongodb\log\output.log
Dbpath=c:\mongodb\data

5. Registering as a Windows service

C:\mongodb\bin\mongod.exe--config C:\mongodb\mongod.cfg--install

6. Start MongoDB

net start MongoDB

7. Close MongoDB

net stop MongoDB

8. Delete MongoDB

C:\mongodb\bin\mongod.exe--remove


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.