
求解答 brew services start mongodb-community 运行成功后运行mongo命令报错caused by :: Connection refused :
connect
@src/mongo/shell/mongo.js:372:17@(connect):2:6exception: connect failed
exiting with code 1
用教程一个晚上都没解决
这很明显的信息,翻译一下就好了。几种可能性:
1.本机没安装mongo
2.端口不对
3.限定了访问地址,127.0.0.1不在访问范围内,试试localhost或者本机 ip
哎, 不是太懂这个
先把 127.0.0.1 换成 localhost 试一下, 有可能是用户限制的问题