phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.
License: GNU General Public License (GPL)
Changes:
A possible SQL injection using database name was
fixed. A possible XSS in database name was fixed.
These problems are discussed more at
http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-7.