0
votes
1answer
52 views

Mongodb shell is giving an error while connecting?

When you try to connect to mongodb it is giving a following error: root@ip-10-87-37-28:~# mongo MongoDB shell version: 2.0.4 connecting to: test Fri Mar 8 07:40:11 Error: couldn't connect to server ...
2
votes
1answer
50 views

What is skew value in Mongo DB Database replication?

I have just started the three MongoDB replica servers. I do not understand what is this screw value what it should be on which server? Which values should I monitor I have taken 2 screenshots ...
0
votes
0answers
141 views

How to use Nginx to export the mongoDB connection?

I have on my server 2 things: the node.js server and a mongodb database; The node.js server is reachable from myip/server; and now I would like to export the mongodb database to myip/database for ...
1
vote
2answers
6k views

What is a good MongoDB GUI client?

I've been using Rockmongo on Windows - it's a php based web tool. But on Ubuntu (12.04) it's behaving funny - queries timing out often - and I'm looking for better clients. Does anyone know anything ...
2
votes
0answers
1k views

Are there any good Mongodb GUI clients? [duplicate]

Possible Duplicate: What is a good MongoDB GUI client? Are there any good Mongodb GUI clients for Ubuntu? (Preferably that will run on Ubuntu 11.04.) I found one (JmongoBrowser) but I'm not ...