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.