Welcome to phpMyAdmin 4.7.0-beta1, the first public beta release of the
upcoming version 4.7.0.
This version is available for public testing before the actual release
of 4.7.0. You can see existing issues or log 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.
A few highlights:
* Log failed authentication attempts to syslog (useful for parsing by
fail2ban, for example)
* Add filtering for the database list
* Add table filtering to the database 'Structure' tab
* Add support for exporting user settings as a config.inc.php snippet
* Add option to delete settings from browser storage
* Changes to the JSON import and export format to better follow the JSON
specification, however this breaks
compatibilty with older versions. See
https://docs.phpmyadmin.net/en/latest/import_export.html#json
* Support for IPv6 proxies
* Allow more connection parameters for the controluser connection
* Rename 'Relations' to 'Relationships' in many places as it's a more
correct term
* More documentation for export configuration options
* Remove support for Swekey authentication
* Remove support for old, unsupported versions of Microsoft Internet
Explorer
* Removed $cfg['ThemePath']
Starting with this version, phpMyAdmin uses Composer to manage PHP
library dependencies while under development. Users downloading the
official source distribution will not notice a difference, however users
of the git repository should refer to
https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git for
details.
Also beginning with this version, we've made some changes to the files
available for download. There are now three different packages
available: `all-langauges` and `english` are the same downloads we've
offered for some time, the former featuring all languages for which we
have a reasonable amount of translations and the latter being a smaller
English-only download. We have added a `source` download, which includes
the unit test suite, Gettext po files, documentation source, and
JavaScript source files; these are omited from the other packages as
most users have no need for them. We have also reduced the number of
compression formats available due to low utilization; for each package
we have .tar.gz, .tar.xz, and .zip formats available.
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
The phpMyAdmin project is seeking a contract developer to assist with
project development, including bug fixing and refactoring.
For full details including application instructions, please see the news
announcement at
https://www.phpmyadmin.net/news/2017/1/25/seeking-phpmyadmin-developer-one-…
The deadline for this initial round of proposals is 2017-02-06.
For the team,
Isaac
The phpMyAdmin project is pleased to announce the release of
phpMyAdmin versions 4.6.6 (including bug and security fixes), 4.4.15.10
(security fixes), and 4.0.10.19 (security fixes). We recommend all
users update their phpMyAdmin installations.
There have been changes in the behavior since previous version:
* Changed the suggested text in the query window for delete queries to
avoid accidental data loss
* Re-introduce a page which shows the output of phpinfo()
Aside from the changes and security improvements, many bugs have been
fixed including:
* Parsing of SQL queries with the BINARY function
* Syntax error when adding or changing TIMESTAMP columns with default
value as NULL
* Broken "Edit" and "Export" links in the Routines tab
* Creating a new user on older MariaDB servers
* Format button in the SQL tab broken
* Fixes for PHP 7.1
* Problems with MySQL servers running with `lower_case_names=2`
* Fixes for several PHP notices/warnings being shown
Please note that, as previously announced, the 4.4 branch is no longer
supported. This security release is planned as the final 4.4 release.
See the 4.4.15.10 release notes for more information.
As always, downloads and release notes are available at
https://www.phpmyadmin.net/downloads
For more information, please see
* <https://www.phpmyadmin.net/files/4.6.6/>
* <https://www.phpmyadmin.net/files/4.4.15.10/>
* <https://www.phpmyadmin.net/files/4.0.10.19/>
The phpMyAdmin team