Line 1: | Line 1: | ||
== What is phpMyAdmin? == | == What is phpMyAdmin? == | ||
PhpMyAdmin is a database administration tool written in [[PHP]]. It can be used for easy administration of one or more [[ | 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 == | == Features of phpMyAdmin == |
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.