Mongo 3.X or above use Robomongo cannot view collections content problem Resolution

Source: Internet
Author: User
Tags mongodb mongodb version robomongo

Before using the 2.x version of MongoDB, the Robomongo Visual management tool was selected, everything is very good, whether it is on Windows or Mac system, so it has been used. Recently upgraded to MongoDB 3.2.8, a problem was found: Robomongo cannot view the collections content of MongoDB 3.x.


First, see how you use the MongoDB version:

Using the command line, navigate to the Bin directory in the MongoDB installation directory, and then execute:

[python] view plain copy print? Mongo-version can get the current version number using MongoDB as follows:



Second, use Robomongo connection database:

You first need to start MongoDB using the Mongod directive on the command line, and then after using the Robomongo connection, you will find that you cannot view the contents of the collections directory or create a new collection:


The query only found that MongoDB 3.x is running on the Wiredtiger engine, while the current version of Robomongo only supports MMAPV1 engine, so Robomongo does not support MongoDB 3.x. So, we can only change a visual tool, online recommended with Mongochef

Download address is: http://3t.io/


After installation, found that the use of the method is also very similar to Robomongo, you can view the contents of the database normally:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.