Bored of official project news? Then check out developers blogs at planet phpMyAdmin.

You can also follow us on Facebook or Twitter. The news are also available in a RSS feed.

phpMyAdmin 3.4.10.2 is released

2012-03-28

Welcome to phpMyAdmin 3.4.10.2, a minor security release.
Please refer to the upcoming PMASA-2012-2 announcement on http://www.phpmyadmin.net/home_page/security/.

phpMyAdmin at Percona MySQL Live Conference

2012-03-28

phpMyAdmin will be participating in the Percona MySQL Live Conference &
Expo, April 10-12, 2012, in Santa Clara, California.

Be sure to stop by and visit us at the Dot Org Pavilion!

Need a discount code? "PHP-PL12" will save you 10%.

For more information see http://www.percona.com/live/mysql-conference-2012/

phpMyAdmin participating in GSoC 2012

2012-03-19

It's now official, phpMyAdmin has been accepted as a mentoring
organization for GSoC 2012 (refer to http://www.google-melange.com).

We would like to invite all students to participate, though only the
best ones will be chosen. Please refer to our applicant guide at
http://wiki.phpmyadmin.net/pma/GSoC_2012_Applicant_Guide for more
information about application.

phpMyAdmin 3.5.0-rc2 is released

2012-03-17

Welcome to the second release candidate for phpMyAdmin 3.5.0; the final release is scheduled for April 7.

Here are the major new features:

* browse-mode improvements
** grid editing
** remember recent tables
** remember last sort order by table
** flexible column width
** reorder columns
** more compact navigation bar
* AJAXification of many operations
* reorganised server status page, with server monitoring
* improved support for stored routines, events and triggers
* openGIS support
* zoom-search in table search
* Drizzle support
* improved ENUM/SET editor

phpMyAdmin 3.5.0-rc1 is released

2012-02-20

Welcome to the first release candidate for phpMyAdmin 3.5.0; here are the major new features:

* browse-mode improvements
** grid editing
** remember recent tables
** remember last sort order by table
** flexible column width
** reorder columns
** more compact navigation bar
* AJAXification of many operations
* reorganised server status page, with server monitoring
* improved support for stored routines, events and triggers
* openGIS support
* zoom-search in table search
* Drizzle support
* improved ENUM/SET editor

phpMyAdmin 3.4.10.1 is released

2012-02-18

Welcome to phpMyAdmin 3.4.10.1, a minor security release.
Please refer to the upcoming PMASA-2012-1 announcement on http://www.phpmyadmin.net/home_page/security/.

phpMyAdmin 3.4.10 is released

2012-02-14

Welcome to phpMyAdmin 3.4.10, a bugfix release.

Roadmap to phpMyAdmin 4.0

2012-02-10

During the recent team meeting (February 5, 2012), we discussed about the long term development effort for the phpMyAdmin project. Here are the conclusions.

Removal of frames

Frames won't be used anymore (they separated the navigation panel from the main panel). Instead, a single page will be presented, with various parts dynamically reloaded with AJAX. This will require JavaScript to be enabled in the browser.

Code base refactoring

The code base will be cleaned up using refactoring. The goal is to
remove the mix of HTML and PHP and produce code easier to maintain. Some parts will move to OOP, but we decided against switching to a framework.

New features

We currently do not plan any major new functionality for this version.

Browser requirement

Looking back, version number was bumped to 3.0 when new system
requirements (PHP 5.2, MySQL 5.0) were introduced. Therefore, version number will go to 4.0 to accentuate the new browser requirement of having JavaScript active.

The team

phpMyAdmin has switched to github

2012-02-08

The phpMyAdmin project has moved all its git repositories over to
github. This allows people to contribute easier; it also brings speed
improvements to developers.

If you were using git to get the latest sources of phpMyAdmin, you
should change the remote from where you pull to github, for example:

git remote set-url origin git://github.com/phpmyadmin/phpmyadmin.git

phpMyAdmin 3.5.0-beta1 is released

2012-01-25

Welcome to the first beta release for phpMyAdmin 3.5.0; here are the major new features:

* browse-mode improvements
** grid editing
** remember recent tables
** remember last sort order by table
** flexible column width
** reorder columns
** more compact navigation bar
* AJAXification of many operations
* reorganised server status page, with server monitoring
* improved support for stored routines, events and triggers
* openGIS support
* zoom-search in table search
* Drizzle support
* improved ENUM/SET editor