mongodb-2.6.0 installation and service start-up under Win7 64

Source: Internet
Author: User
Tags create mongodb

Turn from:

http://blog.csdn.net/lingchen214/article/details/24537629

1 Customize the installation to the C:\mongodb directory.

2 Create DATA\DB and logs two folders manually under the C:\mongodb directory

3 start cmd as an administrator and go to C:\mongodb\bin as the current directory.

c:\mongodb\bin> Echo logpath=c:\mongodb\logs\mongodb.log> c:\mongodb\mongod.cfg

c:\mongodb\bin> Echo dbpath=c:\mongodb\data\db>> c:\mongodb\mongod.cfg

4

[CPP]View Plaincopy
    1. C:\MONGODB\BIN>SC Create MongoDB binpath= "\" c:\mongodb\bin\mongod.exe\ "--service--config=\" c:\mongodb\ Mongod.cfg\ "" Displayname= "MongoDB 2.6 stardard" start= "Auto"

This will prompt CreateService to succeed

Note that after each "=" in the input command, there will be a space, except for the--config

5 net start MongoDB

At this point, the auto-running MongoDB service is created successfully.

Reference article: mongodb-2.6.0 Installation and service start-up under Win7 64

mongodb-2.6.0 installation and service start-up under Win7 64

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.