Hide Forgot
Description of problem: The third step about to get collections from mongod database is wrong. There's 'db.db.getCollectionNames()' command written however there should be 'db.getCollectionNames()' or maybe even a little better 'show collections' command. The step is located in 'CHAPTER 12. TROUBLESHOOTING' of Admin Guide. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Looks good