diff --git a/Documentation.html b/Documentation.html index 1db3cb58e..17e4ce8bc 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2764,14 +2764,13 @@ setfacl -d -m "g:www-data:rwx" tmp 1.17 Which MySQL versions does phpMyAdmin support? -

In phpMyAdmin 3.0.x, versions starting with MySQL 5.0.1 are -fully supported. phpMyAdmin may connect to your MySQL server -using PHP's classic +

Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For + older MySQL versions, you need to use 2.8.x branch. phpMyAdmin can + connect to your MySQL server using PHP's classic MySQL extension as well as the improved MySQL extension (MySQLi) that - is available in php 5.0.
- Either way, the developers of both extensions recommend to use the classic - extension for MySQL 4.0 and below and MySQLi for MySQL 4.1 and newer.
+ is available in php 5.0. The latter one should be used unless you have + good reason not to do so.
When compiling php, we strongly recommend that you manually link the MySQL extension of your choice to a MySQL client library of at least the same minor version since the one that is bundled with some PHP distributions is