diff --git a/Documentation.html b/Documentation.html index c28c2e976..89b7ffe27 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2509,10 +2509,9 @@ $cfg['TrustedProxies'] = 1.17 Which MySQL versions does phpMyAdmin support? -
All MySQL versions from 3.23.32 till 5.0 (except for 4.1.0 and 4.1.1) are
- fully supported. Please note that the older your MySQL version is, the more
- limitations you will have to face.
- phpMyAdmin may connect to your MySQL server using php's classic
+
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
MySQL extension as well as the
improved MySQL extension (MySQLi) that
is available in php 5.0.
@@ -2520,16 +2519,14 @@ $cfg['TrustedProxies'] =
extension for MySQL 4.0 and below and MySQLi for MySQL 4.1 and newer.
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
+ minor version since the one that is bundled with some PHP distributions is
rather old and might cause problems
(see FAQ 1.17a).
If your webserver is running on a windows system, you might want to try
MySQL's
Connector/PHP
instead of the MySQL / MySQLi extensions that are bundled with the official
- php Win32 builds.
-
- MySQL 5.1 is not yet supported.