Robomongo 0.8.5中的数据库中没有显示集合

Pra*_*ath 5 mongodb robo3t

在我的mongodb中,一个数据库包含了这些集合,但是当我运行Robomongo时,我的数据库的0.8.5集合未显示(Robomongo 0.8.5(文件浏览器)的左侧).

如果我在Robomongo 0.8.5中运行以下查询,它会显示所有集合.

db.stats()
Run Code Online (Sandbox Code Playgroud)

另一个显示集合的查询

db.collectionName.find()//it shows all documents in collection
Run Code Online (Sandbox Code Playgroud)

请为此问题提出解决方案.

小智 6

Robomongo 0.8.x与MongoDB 3.x不兼容.试试MongoChef.