Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 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。
如果您想坚持使用 Robomongo:最新版本 (0.9.x) 现在支持 MongoDB 3.x
使用当前版本更新您的 Robomongo,它将解决您的问题。