Manage MySQL databases via the web
phpMyAdmin is one of the most popular tools written in PHP which allows you to handle the administration of MySQL over the Web.
You can use phpMyAdmin to create and drop databases, create/drop/alter tables, delete/edit/add fields, execute SQL, manage user privileges and export data into various formats. Although it’s a remarkably simple SQL database, it’s obviously still beyond the grasp of most novices users, especially those that have no SQL database experience. However, the success of phpMyAdmin has been so great that the developers have even written a book about it!