[Community Edition: 4.5.1] [SSL with authentication] Database not shown
Cannot Reproduce
If I run
show collectionsit displays all my collections
but nothing shown in left tab panel
If I run
show collectionsit displays all my collections
but nothing shown in left tab panel
Could it be a permissions issue? Can the following statement succeed?
db.getMongo().getDBNames()
var __db=db.getSiblingDB("<YOUR_DB>");//your db__db.stats()
Could it be a permissions issue? Can the following statement succeed?
db.getMongo().getDBNames()
var __db=db.getSiblingDB("<YOUR_DB>");//your db__db.stats()
Replies have been locked on this page!