How to connect Robomongo to MongoDB

前端 未结 10 2187
借酒劲吻你
借酒劲吻你 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:28

    1. First you have to run mongod command in your terminal make sure the command execute properly.

    2. Then in new terminal tab run mongo command.

    3. Then open Robomongo GUI and create a new connection with default setting.

    Hopefully this will solve your problem

    Cheers !!

提交回复
热议问题