Mongo Shell Change DB
# Change DB - also sets the mongo shell variable 'db' to the current database
use <db_name>
# Show DB list
show dbs
Tomanator
# Change DB - also sets the mongo shell variable 'db' to the current database
use <db_name>
# Show DB list
show dbs