[Community Edition: 4.5.1] [SSL with authentication] Database not shown

Altiano Gerung shared this problem 6 years ago
Cannot Reproduce

If I run

show collections
it displays all my collections

but nothing shown in left tab panel

Replies (1)

photo
1

Could it be a permissions issue? Can the following statement succeed?

db.getMongo().getDBNames()

var __db=db.getSiblingDB("<YOUR_DB>");//your db__db.stats()

Leave a Comment
 
Attach a file