MySQL Administration Using phpMyAdmin

OVERVIEW
MySQL
MySQL is a relational database management system (RDBMS) which has more than 11 million installations. The program runs as a server providing multi-user access to a number of databases.
phpMyAdmin
phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can do various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions.
MySQL Administration
MySQL administration for CADPI IT Operations Division includes, but not limited to: (1.) backup database; (2.) restore database.

This online manual's objective is to guide administrator(s) to the use of phpMyAdmin.

CONTENTS:
Open phpMyAdmin
phpMyAdmin Main Page
Export MySQL Database (Backup Database)
Import MySQL Database (Restore Database)
Continue -->