MySQL and phpMyAdmin
MySQL - this is perhaps the world's most popular open source database software that allows you to use programming languages such as PHP or Perl to manipulate and access your databases.
phpMyAdmin - is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, manage privileges,export data into various formats
|