Welcome to phpMyAdmin 4.8.0.1, which fixes a security flaw found in
phpMyAdmin.
This version fixes a security flaw found in version 4.8.0 where an
attacker can manipulate a user in to following a specially-crafted link,
allowing the attacker to execute arbitrary SQL commands on the server.
For more information, please see
<https://www.phpmyadmin.net/security/PMASA-2018-2/>
We recommend that all users upgrade.
Downloads are available at https://www.phpmyadmin.net/downloads
The phpMyAdmin Team
Welcome to phpMyAdmin version 4.8.0. We are excited to bring you this
updated version with many new features and bug fixes. There are no
changes to system requirements.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or changelog.php included with this release.
Major changes include security enhancements such as removing the PHP
eval() function and authentication logging, a mobile interface to
improve the interface when used with tablets or mobile phones, and
two-factor authentication options.
A few highlights of the changes include:
* Allow the removal of individual segments from pie charts
* Improved database search to allow matching the exact phrase
* phpMyAdmin no longer requires using the PHP eval() function
* The mbstring dependency is now optional
* Authentication logging using $cfg['AuthLog']
<https://docs.phpmyadmin.net/en/latest/config.html#cfg_AuthLog>
* Add support for Google's Invisible Captcha
* Improved handling of reCAPTCHA
* Fixes to the JavaScript editor for TIME values
* Improved the editor for the JSON data type
* Add "Format" button to the edit view form
* Implement mobile interface
* There are now configuration directives to set defaults for
Transformation options
<https://docs.phpmyadmin.net/en/latest/config.html#default-options-for-trans…>
* Allow Designer to show tables from other databases
* Add support for authentication using U2F and 2FA
* Designer: fix broken "Add tables from other database"
* Fix double escaping of ENUM dropdown
* Restore SQL query after session expires
* Query builder: Fix for new column not being added
* Fix for blank login page
* Changes to the handling of arg_separator for AJAX requests; see issue
#13940
* Structure tab: fix silent failure to create new indexes
* Fix improperly escaped HTML code on the database structure page
* Fix JavaScript errors when using Internet Explorer (in particular when
editing rows)
* Fix for broken error report
* Fix failed import
* Fix for "Cannot read property sql_query of undefined" errors
Much of this work is thanks to the hard work of our Google Summer of
Code 2017 students.
Additionally, there have been continuous improvements to many of the
translations. If you don't see your language or find a problem, you can
contribute too; see <https://www.phpmyadmin.net/translate/> for details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to the release candidate version of the upcoming 4.8.0 release.
This is likely to be the final testing release before 4.8.0 is
officially released.
This is a pre-release version, so please check any bugs against the
issue tracker and report new ones at
<https://github.com/phpmyadmin/phpmyadmin/issues/>.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or changelog.php included with this release.
Notable changes since 4.8.0-alpha1:
* Designer: fix broken "Add tables from other database"
* Fix double escaping of ENUM dropdown
* Restore SQL query after session expires
* Query builder: Fix for new column not being added
* Fix for blank login page
* Changes to the handling of arg_separator for AJAX requests; see issue
#13940
* Structure tab: fix silent failure to create new indexes
* Fix improperly escaped HTML code on the database structure page
* Fix JavaScript errors when using Internet Explorer (in particular when
editing rows)
* Fix for broken error report
* Fix failed import
* Fix for "Cannot read property sql_query of undefined" errors
The remaining notes are for changes from the 4.7.x branch to 4.8.0 and
also applied to 4.8.0-alpha1.
Major changes include security enhancements such as removing the PHP
eval() function and authentication logging, a mobile interface to
improve the interface when used with tablets or mobile phones, and
two-factor authentication options.
A few highlights of the changes include:
* Allow the removal of individual segments from pie charts
* Improved database search to allow matching the exact phrase
* phpMyAdmin no longer requires using the PHP eval() function
* The mbstring dependency is now optional
* Authentication logging using $cfg['AuthLog']
<https://docs.phpmyadmin.net/en/latest/config.html#cfg_AuthLog>
* Add support for Google's Invisible Captcha
* Improved handling of reCAPTCHA
* Fixes to the JavaScript editor for TIME values
* Improved the editor for the JSON data type
* Add "Format" button to the edit view form
* Implement mobile interface
* There are now configuration directives to set defaults for
Transformation options
<https://docs.phpmyadmin.net/en/latest/config.html#default-options-for-trans…>
* Allow Designer to show tables from other databases
* Add support for authentication using U2F and 2FA
Much of this work is thanks to the hard work of our Google Summer of
Code 2017 students. We're participating again, see
<https://github.com/phpmyadmin/phpmyadmin/wiki/GSoC_home>.
Additionally, there have been continuous improvements to many of the
translations. If you don't see your language or find a problem, you can
contribute too; see <https://www.phpmyadmin.net/translate/> for details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to phpMyAdmin 4.7.9, a routine maintenance release containing
bug fixes.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or
changelog.php included with this release.
Notable changes since 4.7.8:
* Fixed double escaping in enum dropdowns
* Fixed broken sorting
* Fixed "Not an integer" error when browsing a table
* Fixed an error saying a form has over 1000 fields and suggesting
changes to PHP's max_input_vars configuration directive
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to the first testing release of the next minor version of
phpMyAdmin, version 4.8.0-alpha1.
This is a pre-release version, so please check any bugs against the
issue tracker and report new ones at
<https://github.com/phpmyadmin/phpmyadmin/issues/>.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or changelog.php included with this release.
Major changes include security enhancements such as removing the PHP
eval() function and authentication logging, a mobile interface to
improve the interface when used with tablets or mobile phones, and
two-factor authentication options.
A few highlights of the changes include:
* Allow the removal of individual segments from pie charts
* Improved database search to allow matching the exact phrase
* phpMyAdmin no longer requires using the PHP eval() function
* The mbstring dependency is now optional
* Authentication logging using $cfg['AuthLog']
<https://docs.phpmyadmin.net/en/latest/config.html#cfg_AuthLog>
* Add support for Google's Invisible Captcha
* Imrpoved handling of reCAPTCHA
* Fixes to the JavaScript editor for TIME values
* Improved the editor for the JSON data type
* Add "Format" button to the edit view form
* Implement mobile interface
* There are now configuration directives to set defaults for
Transformation options
<https://docs.phpmyadmin.net/en/latest/config.html#default-options-for-trans…>
* Allow Designer to show tables from other databases
* Add support for authentication using U2F and 2FA
Much of this work is thanks to the hard work of our Google Summer of
Code 2017 students. We're participating again, see
<https://github.com/phpmyadmin/phpmyadmin/wiki/GSoC_home>.
Additionally, there have been continuous improvements to many of the
translations. If you don't see your language or find a problem, you can
contribute too; see <https://www.phpmyadmin.net/translate/> for details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to phpMyAdmin 4.7.8, a security release also containing regular
maintenance bug fixes.
The security fix relates to a self-XSS vulnerability in the central
columns feature
that is reported as PMASA-2018-1
<https://www.phpmyadmin.net/security/PMASA-2018-1/draft/>. Thanks to
Mayur Udiniya <https://www.linkedin.com/in/mayur-udiniya-09247b129/> for
finding and responsibly disclosing this flaw.
We recommend all users upgrade to resolve this security problem.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or
changelog.php included with this release.
Notable changes since 4.7.7:
* Fixed error handling with PHP 7.2
* Fixed resetting default setting values
* Fixed fallback value for collation connection
Additionally, there have been continuous improvements to many of the
translations.
If you don't see your language or find a problem, you can contribute
too; see
<https://www.phpmyadmin.net/translate/> for details.
As always, downloads will soon be available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to phpMyAdmin 4.7.7, a regular maintenance release containing
bug fixes and a security fix.
The security vulnerability is a XSRF/CSRF flaw; you can read more at
https://www.phpmyadmin.net/security/PMASA-2017-9/
As a result of this, we recommend all users upgrade immediately. A
CVE-ID has been requested but not yet assigned.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or changelog.php included with this release.
Notable changes since 4.7.6:
- Fixed displaying of formatted numeric values for some locales
- Fixed PHP error when browsing certain results
There are several more improvements; please refer to the ChangeLog for
full details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to phpMyAdmin 4.7.6, a regular maintenance release containing
bug fixes.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or
changelog.php included with this release.
Notable changes since 4.7.5
* Fixed 'check all' interaction with filtering
* Add SJIS-win to default list of allowed charsets
* Improve detection that MySQL server needs SSL connection
* Support JSON datatype on MariaDB 10.2.7 and newer
* Fixed constructing ALTER query with AFTER
* Fixed changing password on MariaDB cluster
There are several more improvements; please refer to the ChangeLog for
full details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to phpMyAdmin 4.7.5, a regular maintenance release containing
bug fixes.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or changelog.php included with this release.
Notable changes since 4.7.4:
* Fixed JavaScript error in server monitor
* Reload JavaScript translations when changing language
* Fixed error when browsing non-SELECT results
* Fixed export of table with VIRTUAL columns
* Fixed incorrectly selecting the next row when selecting multiple rows
* Fixes for input transformations
There are many more improvements; please refer to the ChangeLog for full
details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
Welcome to phpMyAdmin 4.7.4, a regular maintenance release containing
bug fixes.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or changelog.php included with this release.
Notable changes since 4.7.3:
* Fixed the per-server theme feature
* Fixed several compatibility issues with PHP 7.2
* Fixed copy results to clipboard
* Improved error handling on corrupted tables
There are many more improvements; please refer to the ChangeLog for full
details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team