Answers for "connect to mongodb remotely linux terminal"

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 "connect to mongodb remotely linux terminal"

Browse Popular Code Answers by Language