Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于远程连接到 mongo 服务器的问题
bind_ip 设置为0.0.0.0
0.0.0.0
防火墙端口 27017 和 28017 打开
netstat -A 显示同时收听
但无法建立连接,有什么建议吗?
谢谢
MongoDb 3.4
Go to "cmd" command prompt and follow these steps:
cd C:\Program Files\MongoDB\Server\3.4\bin
mongod --bind_ip 192.168.0.10
"192.168.0.10" Type required ip