Answers for "how to check database mongo in cmd"

9

mongodb show database command linux

show databases
show dbs
Posted by: Guest on May-29-2020
0

show dbs in mongodb

//show all databases
db.adminCommand( { listDatabases: 1 } )
Posted by: Guest on July-14-2021

Code answers related to "how to check database mongo in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language