Introduction to MongoDB's graphical management tool rockmongo

Source: Internet
Author: User

Introduction
========================================================== =

Rockmongo is a MongoDB management tool developed using PhP5, similar to phpMyAdmin. A very practical interface management tool that supports Windows and Linux.


Note:
========================================================== =
Directories of different levels in the current environment cannot contain special characters such as Chinese characters and spaces.


Use
========================================================== =
Double-click the following BAT file to run:

Rockstart. bat start service
Rockstop. Bat shut down the service
Rockclean. Bat clear log files

Configuration
========================================================== =
Modify your configuration in the Web/rockmongo/config. php file.

The default logon username and password are admin/admin.


Modify the following three statements (mainly remove comments)
$ Mongo ["servers"] [$ I] ["mongo_user"] = "admin ";
$ Mongo ["servers"] [$ I] ["mongo_pass"] = "admin ";
$ Mongo ["servers"] [$ I] ["mongo_auth"] = true; // if it is true, you must use the MongoDB account to log on, if false, the default admin can be used.


Bug
========================================================== =

1. Execute failed: DB assertion failure

Because you use the default password (Admin, admin) to log on, set $ Mongo ["servers"] [$ I] ["mongo_auth"] to true.



========================================================== =






Related Article

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.