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: