在控制台输入 mongod
启动 mongodb服务,地址栏输入http://localhost:27017/ 能看到下图,表示服务启动成功。
打开”MongoDB Compass Community“软件 点击”connect"按钮时报 MongoDB not running on the provided host and port的错误,如下图:
原因:之前由于工作需要,在host文件里 配置127.0.0.1 为xxxx,应该改为localhost
Posted 哥哦狗子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了踩坑记录-连接 MongoDB Compass Community 报错相关的知识,希望对你有一定的参考价值。
在控制台输入 mongod
启动 mongodb服务,地址栏输入http://localhost:27017/ 能看到下图,表示服务启动成功。
打开”MongoDB Compass Community“软件 点击”connect"按钮时报 MongoDB not running on the provided host and port的错误,如下图:
原因:之前由于工作需要,在host文件里 配置127.0.0.1 为xxxx,应该改为localhost
以上是关于踩坑记录-连接 MongoDB Compass Community 报错的主要内容,如果未能解决你的问题,请参考以下文章
孤荷凌寒自学python第五十六天通过compass客户端和mongodb shell 命令来连接远端MongoDb数据库
用 MongoDB Compass 可视化工具连接 MongoDB 数据库的详细过程