当前位置:网站首页>Mongodb installation
Mongodb installation
2022-06-11 06:28:00 【Saucey_ six】
Installation steps ( As for success, it depends on nature )
Portal In fact, this reference source is very clear , You can also refer to .
- download :https://www.mongodb.com/download-center#community ( Select the corresponding version to download , No registration , Download for .msi file , Double click the file , Install according to the operating instructions )
Be careful : choice Custom, It is best to remember the following installation Installation address , Because the following configurations are based on address .- Create a data directory ( The data directory is placed under the root directory , That is to say, with your mongodb Installation address At the same level .)
notes :mkdir data ——>cd data ——> mkdir db and mkdir log- Run... From the command line MongoDB service :
- Successful connection
- To configure MongoDB service
notes : Open the command line window in administrator mode , create profile C:\Program Files\MongoDB\Server\4.0\mongod.cfg. Appoint systemlog.path and storage.dbPath.- install mongodb service .
- The next step is to start MongoDB service
** The installation address is very important ,** To configure MOngoDB Service is to start the server faster , So run from the command line MongoDB Server and configuration MongoDB The service can be started in any way ok.( That is to say, the above steps , You execute to 4 You can connect successfully .)
MongoDB Background management shell.( I have refused access since I started it once .( Smiling face ))
mongodb Visualization tools :

It's fun !!!
边栏推荐
- NPM upgrade: unable to load file c:\users\administrator\appdata\roaming\npm\npm-upgrade ps1
- Jenkins different styles of project construction
- Shandong University machine learning experiment 5 SVM
- Difference between foreach, for... In and for... Of
- jenkins-不同风格的项目构建
- Learn a trick to use MySQL functions to realize data desensitization
- Autojs, read one line, delete one line, and stop scripts other than your own
- 021 mongodb database from getting started to giving up
- Teach you to write word formula
- Shandong University machine learning experiment 7 pca+ SVM face recognition
猜你喜欢

What is sentinel produced by Ali?

不同VLAN间的通信

Jenkins different styles of project construction

Shandong University machine learning experiment VI k-means

JS two methods to determine whether there are duplicate values in the array

Simple understanding of pseudo elements before and after

UEFI查找PCI设备

A piece of code has been refactored six times by the boss, and my mind is broken

Warning: Each child in a list should have a unique “key“ prop.

Multimedia框架解析之MediaExtractor源码分析(一)
随机推荐
Record the first data preprocessing process
Shandong University machine learning experiment VI k-means
Autojs, read one line, delete one line, and stop scripts other than your own
Super explanation
通过R语言且只用基础package来制作一个小游戏
使用Meshlab对CAD模型采样点云,并在PCL中显示
UEFI查找PCI设备
Instanceof and type conversion
Training and testing of super score model in mmediting
jenkins-凭证管理
jenkins-不同风格的项目构建
022 basic introduction to redis database 0
EasyGBS接入的设备视频直播突然全部无法播放是为什么?数据库读写不够
go的fmt包使用和字符串的格式化
022-Redis数据库0基础入门
FPGA interview notes (III) -- implementation of handshake signal synchronization in cross clock domain, arbitrary frequency division, binary conversion, RAM memory, original code inversion and complem
jenkins-用户权限管理
Learn C language well from keywords
Ethical discussion on reptile Technology
CCF 2013 12-5 I‘m stuck




