在我的mongodb中,一个数据库包含了这些集合,但是当我运行Robomongo时,我的数据库的0.8.5集合未显示(Robomongo 0.8.5(文件浏览器)的左侧).
如果我在Robomongo 0.8.5中运行以下查询,它会显示所有集合.
db.stats()
另一个显示集合的查询
db.collectionName.find()//it shows all documents in collection
请为此问题提出解决方案.
Robomongo 0.8.x与MongoDB 3.x不兼容.试试MongoChef.