From 58f05fbebdc7281490a7078710f63f0b17769996 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 16 Oct 2009 11:23:21 +0000 Subject: [PATCH] Clarify support for older versions, thanks to KobRheTilla for pointing out. --- Documentation.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index 1db3cb58eb..17e4ce8bc4 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 -- 2.11.4.GIT