Once you have connected to mongod in your environment through mongo shell. You want to know about the databases or may be all collection in a particular database. You can use number of options while connecting to mongo but I prefer it in a simple way mongo --host yourhost --port 27017 -u username -p password … Continue reading Five Mongo Commands you must know