(added third-party tools disclaimer) |
No edit summary |
||
Line 2: | Line 2: | ||
== What is phpMyAdmin? == | == What is phpMyAdmin? == | ||
PhpMyAdmin is a database administration tool written in | 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 11:18, 24 May 2013
This page describes the use of one or more tools not made by Simple Machines. Simple Machines is not responsible for these tools, and makes no claim about the fitness or suitability of these tools for your needs. |
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.