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.
我正在使用流星。它安装在另一台服务器上。
我想从另一个 [Ubuntu 机器] 访问它的 mongodb。
现在如何通过 robomongo 或任何其他工具访问该 mongodb?
任何指导或帮助将不胜感激。
在左上角的 Robomongo 中:
使用终端(在客户端):
mongo --host <hostname> --port <port>
你必须确保在运行 Meteor 应用程序的 Ubuntu 机器上端口没有被阻塞。注意:在开发 Meteor 应用程序时,默认的 Mongo 端口是3001.
3001