如何使用robomongo连接到远程meteor mongodb

时间:2016-01-21 13:43:43

标签: mongodb meteor remote-access robo3t

我正在使用Meteor。哪个安装在另一台服务器上。

我想从另一个[Ubuntu Machine]访问它的mongodb。

现在我如何通过robomongo或任何其他工具访问mongodb?

任何指导或帮助都将不胜感激。

1 个答案:

答案 0 :(得分:2)

左上角的Robomongo:

  1. 点击创建
  2. 在弹出窗口中输入Mongo服务器的地址端口
  3. 为连接指定名称,然后点击保存
  4. 使用终端(在客户端上):

    mongo --host <hostname> --port <port>

    您必须确保在运行Meteor应用程序的Ubuntu计算机上未阻止该端口。注意:在开发Meteor应用程序时,默认的Mongo端口为3001