当前位置:网站首页>Windows platform mongodb database installation
Windows platform mongodb database installation
2022-07-06 14:09:00 【qq_ fifty-two million two hundred and seventeen thousand two hu】
Catalog
1. Download installation package
3. To configure MongoDB environment variable
4. see MongoDB Version information
1. Download installation package
Mongodb Official website history pack collection choice msi Suffix , I choose to download 4.2 Version of

2. Start installation
(1) Double click the installation package just downloaded
![]()

Custom installation

Click on Browse... Choose the path to install , And then click Next

MongoDB configure Windows Service to run automatically , A lot of convenience , Uncheck if you don't need to !

Uncheck the , It is not recommended to use self-contained to manage !

Last point install Just start the installation
installation is complete

3. To configure MongoDB environment variable
(1). Right click on my computer , Select Properties

(2). Select advanced system settings

(3). Choose environment variables

(4). Select the system variable Path, Double click or click Edit

(5). Click New , Enter the bin Catalog , Then determine !

4. see MongoDB Version information
Press the key combination Win+R, Input cmd , Enter or click ok !

cmd Internal input : mongo
mongo
cmd Internal input : db.version()
db.version()
边栏推荐
- 7-1 output all primes between 2 and n (PTA programming)
- Middleware vulnerability recurrence Apache
- Intensive literature reading series (I): Courier routing and assignment for food delivery service using reinforcement learning
- SRC mining ideas and methods
- Get started with typescript
- 小程序web抓包-fiddler
- 7-1 输出2到n之间的全部素数(PTA程序设计)
- [three paradigms of database] you can understand it at a glance
- 实验六 继承和多态
- How to understand the difference between technical thinking and business thinking in Bi?
猜你喜欢
随机推荐
msf生成payload大全
Callback function ----------- callback
Harmonyos JS demo application development
Mixlab unbounded community white paper officially released
[data processing of numpy and pytoch]
Package bedding of components
Safe driving skills on ice and snow roads
WEB漏洞-文件操作之文件包含漏洞
Simply understand the promise of ES6
Experiment 7 use of common classes (correction post)
实验九 输入输出流(节选)
7-14 错误票据(PTA程序设计)
7-5 走楼梯升级版(PTA程序设计)
2022 Teddy cup data mining challenge question C idea and post game summary
XSS unexpected event
Xray and Burp linked Mining
Strengthen basic learning records
中间件漏洞复现—apache
实验七 常用类的使用(修正帖)
TypeScript快速入门







