Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Install MongoDB for the first time in window8

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Install mongodb on window8 for fun because of boredom.

All installed are the latest version: mongodb:mongodb-win32-x86_64-2.4.3

First, install mongodb first

① unzips the downloaded package to a directory

D:\ DB

② enter your directory from cmd

③ creates two folders, data and logs, under this directory

④ then goes to the bin directory and enter the command here: mongod-- dbpath=D:\ DB\ mongodb-win32-x86_64-2.4.3\ data

Do not close the dos window at this step

⑤ enter http://localhost:27017/ in the browser

If it appears

You are trying to access MongoDB on the native driver port. For http diagnostic access, add 1000 to the port number

Indicates that the installation was successful. The default port number for mongodb is 27017

⑥ and then type in the directory of mongodb

Mongod-- logpath D:\ DB\ mongodb-win32-x86_64-2.4.3\ logs\ MongoDB.log-- logappend-- dbpath D:\ DB\ mongodb-win32-x86_64-2.4.3\ data-- directoryperdb-serviceName MongoDB-- install

This step is to treat mongodb as a service

⑦ can then start mongodb using the net start MongoDB command

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report