Windows mongodb服务器bind_ip配置

时间:2013-12-16 16:02:00

标签: windows mongodb

我想请求允许来自Mongodb服务器的远程连接。

我在这里配置但没有工作,我在远程机器上看到“连接失败”。

C:\mongodb\bin\mongod --bind_ip 0.0.0.0

我犯了错误吗?

1 个答案:

答案 0 :(得分:2)

你的命令应该是:

C:\ mongodb \ bin \ mongod --bind_ip 127.0.0.1,xxx.xxx.xxx.xxx

IP xxx.xxx.xxx.xxx是远程计算机的IP(mongo DB所在的位置)