mongo Shell Quick Reference

Connect

mongo --port 28015

show dbs

Select a database

use databaseName

display current database

db

show collections