From 82daa82126dde654ea6eff61ff5aaff9b6856a04 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 20 Mar 2006 13:43:51 +0000 Subject: [PATCH] Added a note about Connector/PHP to FAQ 1.17. --- ChangeLog | 3 +++ Documentation.html | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a9b289f59..88afc5272 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2006-03-20 Alexander M. Turek + * Documentation.html: Added a note about Connector/PHP to FAQ 1.17. + 2006-03-19 Marc Delisle * db_details_structure.php: bug #1445853, overhead should use the same display units diff --git a/Documentation.html b/Documentation.html index 42fbec6fe..51907bd0c 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2294,7 +2294,13 @@ ALTER TABLE `pma_column_comments` 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 rather old and might cause problems - (see FAQ 1.17a).
+ (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.