当前位置:网站首页>mongo enters error
mongo enters error
2022-07-31 15:19:00 【GIS practitioner】
Problem: In cmd, an error is reported when the command mongo is entered
couldn't connect to server 127.0.0.1:27017
It should be the reason that the service is not started, open the service, and did not find the service MongoDB
Workaround
Or in cmd, enter the following two commands
(1) Delete service
sc delete MongoDB
(2) Create a service, pay attention to where it is created
sc create MongoDB binPath= “C:\Program Files\MongoDB\Server\4.0\bin\mongod.exe --service --config=D:\mongodb\mongo.config”
Finally open the service, start the service
Enter againmongo, successful
边栏推荐
- 力扣:714. 买卖股票的最佳时机含手续费
- Essential Learning for Getting Started with Unity Shader - Transparency Effect
- button控件的使用
- 公告
- RecyclerView的高效使用第一节
- 数据库的范式(第一范式,第二范式,第三范式,BCNF范式)「建议收藏」
- 工程水文学名词解释总结
- R语言ggstatsplot包ggbarstats函数可视化条形图、并添加假设检验结果(包含样本数、统计量、效应大小及其置信区间、显著性、组间两两比较、贝叶斯假设)、检验结果报告符合APA标准
- mongo进入报错
- R语言ggplot2可视化:使用ggpubr包的ggmaplot函数可视化MA图(MA-plot)、font.legend参数和font.main参数设置标题和图例字体加粗
猜你喜欢
随机推荐
The use of button controls
名创优品斥资6.95亿购买创始人叶国富所持办公楼股权
Ubantu project 4: xshell, XFTP connected the virtual machine and set xshell copy and paste the shortcut
安装Xshell并使用其进行Ymodem协议的串口传输
Matlab矩阵基本操作(定义,运算)
Introductory UnityShader learning (2) - the rendering pipeline
button控件的使用
Why is the field of hacking almost filled with boys?
Why don't you make a confession during the graduation season?
01 邂逅typescript,环境搭建
QGIS 加载WMS数据,重新投影
女性服务社群产品设计
Destruction order of thread_local variables
国内市场上的BI软件,到底有啥区别
删除表格数据或清空表格
删除 状态良好(恢复分区)的磁盘
org.apache.jasperException(could not initialize class org)
leetcode303 Weekly Match Replay
LeetCode二叉树系列——226.翻转二叉树
使用 PyTorch 检测眼部疾病









