当前位置:网站首页>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
边栏推荐
猜你喜欢

为什么黑客领域几乎一片男生?

Public Key Retrieval is not allowed error solution when DBeaver connects to MySQL 8.x

女性服务社群产品设计

Excel quickly aligns the middle name of the table (two-word name and three-word name alignment)

leetcode303场周赛复盘

Use of radiobutton

01 Encounter typescript, build environment

梅克尔工作室-第一次

RecyclerView的高效使用第一节

11 pinia使用
随机推荐
LeetCode二叉树系列——226.翻转二叉树
工程力学复习资料
Getting Started with TextBlock Control Basic Tools Usage, Get Started
TRACE32 - Common Operations
最小费用最大流问题详解
Unity中实现点选RenderTexture中的3D模型
OpenCV测量物体的尺寸技能 get~
LeetCode二叉树系列——222.完全二叉树的节点个数
【CUDA学习笔记】初识CUDA
JVM参数解析 Xmx、Xms、Xmn、NewRatio、SurvivorRatio、PermSize、PrintGC「建议收藏」
女性服务社群产品设计
Kubernetes原理剖析与实战应用手册,太全了
Deployment应用生命周期与Pod健康检查
AVH Deployment Practice (1) | Deploying the Flying Paddle Model on Arm Virtual Hardware
数据表插入数据insert into
The normal form of the database (first normal form, second normal form, third normal form, BCNF normal form) "recommended collection"
《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件
PDF 拆分/合并
Advanced Mathematics - Commonly Used Indefinite Integral Formulas
看交互设计如何集成到Scrum敏捷流程中