Answers for "mongodb cmd connect windows localhost"

2

how to connect remote mongodb in cmd

mongo "mongodb://[email protected]:28015/?authSource=admin"
Posted by: Guest on January-19-2021
0

connect to mongodb server command line

mongo --username alice --password --authenticationDatabase admin --host mongodb0.examples.com --port 28015
Posted by: Guest on December-30-2021

Code answers related to "mongodb cmd connect windows localhost"

Browse Popular Code Answers by Language