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

Configure mongodb service under win7

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

Share

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

Create the file mg.conf under the same level directory in the bin directory and write as follows:

Dbpath=D:\ Program Files\ MongoDB\ Server\ 3.2\ data # database path

Logpath=D:\ Program Files\ MongoDB\ Server\ 3.2\ logs\ mongo.log # Log output file path

Logappend=true # error log is in append mode

Journal=true # enables log files, by default

Quiet=true # this option can filter out some useless log information. If you need to debug, set it to false.

Port=27017 # port number defaults to 27017

Create data and logs folders under related directories

Go to the bin directory and execute the command:

Mongod-- config "D:\ Program Files\ MongoDB\ Server\ 3.2\ mg.conf"

In the browser, enter: 127.0.0.1virtual 27017 to see if it is enabled successfully.

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

Wechat

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

12
Report