Answers for "mongo list colections"

8

show collections in mongodb

db.getCollectionNames()
Posted by: Guest on June-08-2020
-1

mongodb list users

use admin
db.system.users.find()
Posted by: Guest on August-04-2020

Browse Popular Code Answers by Language