Mongbd-windows 64-bit Installation

Source: Internet
Author: User

Database classification:

    • SQL database: Oracle,mysql ...
    • NoSQL Database: Redis,mongodb
 MongoDB
    • No table structure Restrictions: There is no conceptual limit for tables.
    • Full index support
    • Ease of redundancy and expansion. Replication sets ensure data security and shard scale data.
    • Good support.
1, download mongbd-windows 64-bit bit on official website. Because the download abroad is relatively slow. After the download I have a copy of the disk, interested students can go to download.
    1. 链接: http://pan.baidu.com/s/1jGpavlG 密码: fcj7
2, click Install. The normal selection can be. 3, after installation, found to execute the command times wrong: Mongod is not an internal command.
This is generally because the command cannot be found, so go to the installation bin directory to view. and execute the command.
    1. mongod.exe --dbpath=D:\mongodb\data
Finally there is a heartbeat beating. The result is an error and the file does not exist. Create a folder and execute the command again. This time, finally, no error. Input: http://127.0.0.1:27017/appears page: 4, Register MONGDB service. Win8 use Win + x and press the a key to access the admin interface. Reference here: https://jira.mongodb.org/browse/SERVER-13515 content.
    1. sc.exe create MongoDB binPath="\"C:\Program Files\MongoDB 2.6 Standard\bin\mongod.exe\" --service --config=\"C:\Program Files\MongoDB 2.6 Standard\mongod.cfg\""DisplayName="MongoDB 2.6 Standard" start="auto"
This article references: http://www.cnblogs.com/lsc183/archive/2012/08/16/mongodb.html http://www.cnblogs.com/lzrabbit/p/3682510. HTML D:\Program\MongoDB\data\db



From for notes (Wiz)



Mongbd-windows 64-bit Installation

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.