YouTip LogoYouTip

Working With Rockmongo

# MongoDB Management Tool: Rockmongo RockMongo is a MongoDB management tool written in PHP5. Through RockMongo, you can manage MongoDB services, databases, collections, documents, indexes, and more. It provides a very user-friendly interface. Similar to phpMyAdmin (a MySQL management tool developed in PHP). RockMongo download link: [https://github.com/iwind/rockmongo](https://github.com/iwind/rockmongo) !(#) * * * ## Introduction Main Features: * Uses the permissive (https://www.opensource.org/licenses/bsd-license.php) * Fast speed, simple installation * Supports multiple languages (currently provides Chinese, English, Japanese, Brazilian Portuguese, French, German, Russian, Italian) * System * Can configure multiple hosts, each host can have multiple administrators * Requires administrator password to log in and operate, ensuring database security * Server * Server information (WEB server, PHP, PHP.ini related directives ...) * Status * Database information * Database * Query, create, and delete * Execute commands and Javascript code * Statistical information * Collection (equivalent to a table) * Powerful query tools * Read data, write data, modify data, copy data, delete data * Query, create, and delete indexes * Clear data * Batch delete and modify data * Statistical information * GridFS * View chunks * Download files * * * ## Installation ### Requirements * A web server that can run PHP, such as Apache Httpd, Nginx, etc. * PHP - Requires PHP v5.1.6 or higher, needs to support SESSION * To connect to MongoDB, you need to install the (#) extension ### Quick Installation * (https://github.com/iwind/rockmongo) * Extract it to your website directory * Open config.php with an editor and modify parameters like host, port, admins, etc. * Access index.php in your browser, for example: http://localhost/rockmongo/index.php * Log in with the username and password, default is "admin" and "admin" * Start playing with MongoDB!
← Mongodb GridfsMongodb Regular Expression β†’