In my mongodb one database contains thee collections, but when i run Robomongo 0.8.5 collections of my database are not shown(left side of the Robomongo 0.8.5(file explorer).
If i run following query in Robomongo 0.8.5, it shows all the collection.
db.stats()
another query to show collection
db.collectionName.find()//it shows all documents in collection
please suggest solution for this problem.