eyalgo
12/14/2014 - 11:41 AM

mongo-commands.sh

# http://docs.mongodb.org/manual/reference/mongo-shell/

# under monog installation
mongo

# Print a list of all databases on the server
show dbs

show collections

use myDb