phpMyAdmin is a tool developed in PHP and is intended for handling the administration of MySQL over the Web.
Currently phpMyAdmin can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.
Requirements:
· PHP 5.2+
· MySQL 5.0+
What's New in This Release: [ read full changelog ]
· rfe #2021981 [interface] Add support for mass prefix change.
· "up to date" message on main page when current version is up to date
· Update to jQuery 1.6.2
· Patch #3256122 [search] Show/hide db search results
· Patch #3302354 Add gettext wrappers around a message
· Remove deprecated function PMA_DBI_get_fields
· rfe #2098927 Remember recent tables
· rfe #3078542 Remember the last sort order for each table
· AJAX for Create table in navigation panel
· rfe #3310562 Wording about Column
· AJAX for Add a user in Database privileges
· Patch #3271804 for rfe #3177495, new DisableMultiTableMaintenance directive
· interface] Reorganised server status page.
· interface] Changed way of generating charts.
· rfe #939233 [interface] Flexible column width
· interface] Mouse-based column reordering in query results
· AJAX for Insert to a table from database Structure page
· Patch #3316969 PMA_ajaxShowMessage() does not respect timeout
· AJAX for Change on multiple rows in table Browse
· interface] Improved support ...