After we start a mongo session, the default database the sesson uses is always A. mongod B. mongo C. mongos D. test code example
Example: start mongod
mongod --dbpath <file_path> --port <port>
mongod --dbpath <file_path> --port <port>