当前位置:网站首页>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
边栏推荐
- 工程水文学名词解释总结
- 国内市场上的BI软件,到底有啥区别
- 为什么毕业季不要表白?
- Advanced Mathematics - Commonly Used Indefinite Integral Formulas
- radiobutton的使用
- org.apache.jasperException(could not initialize class org)
- R语言向前或者向后移动时间序列数据(自定义滞后或者超前的期数):使用dplyr包中的lag函数将时间序列数据向前移动一天(设置参数n为正值)
- LeetCode二叉树系列——110.平衡二叉树
- 使用 GraphiQL 可视化 GraphQL 架构
- 763.划分字母区间——之打开新世界
猜你喜欢

TRACE32 - SNOOPer-based variable logging

WeChat chat record search in a red envelope

Synchronized and volatile interview brief summary

Female service community product design

为什么毕业季不要表白?

TRACE32 - C source code association

微信聊天记录中搜索红包

leetcode303场周赛复盘

The use of button controls

Why don't you make a confession during the graduation season?
随机推荐
「秋招系列」MySQL面试核心25问(附答案)
Codeforces Round #796 (Div. 2)(A-D)
The normal form of the database (first normal form, second normal form, third normal form, BCNF normal form) "recommended collection"
TRACE32——C源码关联
The use of border controls
自适应控制——仿真实验三 用超稳定性理论设计模型参考自适应系统
TCP详解
TRACE32——基于SNOOPer的变量记录
Word table to Excel
R语言ggstatsplot包ggbarstats函数可视化条形图、并添加假设检验结果(包含样本数、统计量、效应大小及其置信区间、显著性、组间两两比较、贝叶斯假设)、检验结果报告符合APA标准
TextBlock控件入门基础工具使用用法,取上法入门
Essential Learning for Getting Started with Unity Shader - Transparency Effect
thread_local 变量的析构顺序
AVH部署实践 (一) | 在Arm虚拟硬件上部署飞桨模型
R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化分组箱图、使用ggpar函数改变图形化参数(caption、添加、修改可视化图像的题注、脚注内容)
R language ggplot2 visualization: use the ggmapplot function of the ggpubr package to visualize the MA plot (MA-plot), the font.legend parameter and the font.main parameter to set the title and legend
Synchronized和volatile 面试简单汇总
为什么毕业季不要表白?
SIGABRT 报错时的注意事项和解决方法
实现防抖与节流函数