Created
September 26, 2019 01:48
-
-
Save houstondapaz/d6168fd286789a5ea97c790f26e17e23 to your computer and use it in GitHub Desktop.
access another db on mongodb shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conn2 = new Mongo( "desitination_server:port") | |
desti_db = conn2.getDB( "destination_db_name" ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment