Bonjour phpMyAdmin users!
A new version of phpMyAdmin has just been released: 2.2.5! It can be downloaded under http://phpmyadmin.sourceforge.net/ .
It's mainly a bugfix/maintenance version, with some new features, languages and improvements.
Direct download links: ---------------------- http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.2.5-php.tar.gz http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.2.5-php.zip http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.2.5-php3.tar.gz http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.2.5-php3.zip
Documentation: -------------- http://phpmyadmin.sourceforge.net/documentation/
Important: you will have to setup $cfgPmaAbsoluteUri in your config.ini.php, and replace the stduser/stdpass variables with controluser/controlpass: check the doc for more details.
Main changes since version 2.2.4: ---------------------------------
Improvements:
* stduser/stdpass are replaced by controluser/controlpass to avoid confusion about what is a 'standard user' * user management: support for wildcard databases * 'relation' feature extended to PHP3 * fulltext/partialtext support in vertical mode * support for mysql safe_show_database * japanese kanji encoding conversion * optional support to let users change their password * new language: estonian * do not display the true password after a password change * support for the tabindex feature (on some browsers) to go directly to the next field when editing * remove confirmation stage for multiple OPTIMIZE * title improved when no db selected * better detection for Opera browser * better js for null/not null fields
Bugfixes:
* missing headers * missing settings for the password cookie * wrong data by using a table twice * PHP3 parse errors * missing Create Database link * default NOW() for timestamp fields * comments not displayed in print view * length of float fields * selecting a database with blanks in the name * records get inserted twice * some stats were not valid, depending on the table type * always take into account the get_magic_quotes status * js bugs with MSIE autocomplete feature
Enjoy! Olivier & the whole developement team.