How to connect Robomongo to MongoDB

前端 未结 10 2193
借酒劲吻你
借酒劲吻你 2020-11-27 16:51

I am having MongoDB and Robomongo in my running system, I am using Robomongo as client, I have installed MongoDB on different system which I am treating as server, I want to

10条回答
  •  广开言路
    2020-11-27 17:35

    Robomongo 0.8.5 definitely works with MongoDB 3.X (mine version of mongoDB is 3.0.7, the newest one).

    The following steps should be done to connect to mongodb server:

    1. Install Mongodb server (on Windows, Linux... your choice)
    2. Run Mongodb server. Don't set net.bind_ip = 127.0.0.1 if you want the client to connect to the server by server's own ip-address!
    3. Connect to the server from Robomongo with the server ip + set authentication if needed.

提交回复
热议问题