Line 5: | Line 5: | ||
== Features of phpMyAdmin == | == Features of phpMyAdmin == | ||
* | * Create, drop, browse and modify databases. | ||
* | * Perform maintenance on databases. | ||
* Run query operations, drop, create, update, check, repair tables and more. | * Run query operations, drop, create, update, check, repair tables and more. |
Revision as of 04:29, 22 February 2011
What is phpMyAdmin?
PhpMyAdmin is a database administration tool written in PHP. It can be used for easy administration of one or more MYSQL databases, using a web user interface.
Features of phpMyAdmin
- Create, drop, browse and modify databases.
- Perform maintenance on databases.
- Run query operations, drop, create, update, check, repair tables and more.
- Manage MySQL users and privileges.
- Administering multiple servers.
The full list of features can be found in the official documentation.