在控制台输入 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
原文地址:https://www.cnblogs.com/superlizhao/p/12024062.html
时间: 2024-10-10 23:28:57