当前位置:网站首页>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
边栏推荐
- The use of button controls
- 网银被盗?这篇文章告诉你如何安全使用网银
- ASP.NET Core 产生连续 Guid
- 自适应控制——仿真实验三 用超稳定性理论设计模型参考自适应系统
- R语言向前或者向后移动时间序列数据(自定义滞后或者超前的期数):使用dplyr包中的lag函数将时间序列数据向前移动一天(设置参数n为正值)
- 为什么毕业季不要表白?
- TextBlock控件入门基础工具使用用法,取上法入门
- 删除 状态良好(恢复分区)的磁盘
- How useful is four-quadrant time management?
- R language moves time series data forward or backward (custom lag or lead period): use the lag function in the dplyr package to move the time series data forward by one day (set the parameter n to a p
猜你喜欢

Essential Learning for Getting Started with Unity Shader - Transparency Effect

Internet banking stolen?This article tells you how to use online banking safely

TRACE32 - C source code association

工程流体力学复习

分成两栏后文字顺序混乱的问题解决【写期刊论文时】

abaqus find contact pairs报错:surface name is already in use

腾讯云部署----DevOps

安装Xshell并使用其进行Ymodem协议的串口传输

DBeaver连接MySQL 8.x时Public Key Retrieval is not allowed 错误解决

工程水文学复习资料
随机推荐
thread_local 变量的析构顺序
Public Key Retrieval is not allowed error solution when DBeaver connects to MySQL 8.x
乡村基冲刺港交所:5个月期内亏2224万 SIG与红杉中国是股东
TextBlock控件入门基础工具使用用法,取上法入门
Bilateral filtering acceleration "recommended collection"
Word表格转到Excel中
Advanced Mathematics - Commonly Used Indefinite Integral Formulas
NC | 斯坦福申小涛等开发数据可重复分析计算框架TidyMass
SIGABRT 报错时的注意事项和解决方法
工程力学复习资料
Unity中实现点选RenderTexture中的3D模型
数据表插入数据insert into
修改SQL语言实现Mysql 多表关联查询优化
json到底是什么(c# json)
Deployment应用生命周期与Pod健康检查
button控件的使用
「秋招系列」MySQL面试核心25问(附答案)
R语言检验样本是否符合正态性(检验样本是否来自一个正态分布总体):shapiro.test函数检验样本是否符合正态分布(normality test)
TRACE32——常用操作
基于极限学习机(ELM)进行多变量用电量预测(Matlab代码实现)