Magic MongoDB tool Tools is a MongoDB database Management Tools For simple database management work.
This tool developed for the Chinese, Project address: Magicmongodbtool, currently the author has completed the basic function development.
It is a MONGODB management tool developed in C #, and if you have a Visual Studio classmate, you can download the project to write your own compilation ~
Use the following:
1. Start MongoDB
?
0 S |
cd [安装MongoDB的bin目录] mongod --dbpath=[存放MongoDB数据库所在的目录] |
After starting the default port is 27017, if you want to specify a different port, you can do the following:
?
1 |
mongod --port 28018 --dbpath=[存放MongoDB数据库所在的目录] |
2, open the folder downloaded from the GitHub website, there is a mongocola.zip compressed file, is the author compiled the generated application, you can also open the Visual Studio to self-compile ~
Unzip the file and click on the MongoCola.exe file inside.
Click "Add" to add your own data connection,
After selecting the connection, click "OK" and the following screen will appear:
As with the management interface of SQL Server, you can see a lot of information about the database. There are a lot of other features, I have not yet entered a detailed study, interested students can go on their own research. It feels like MongoDB has such a management tool or a lot of convenience ~