diff --git a/ChangeLog b/ChangeLog
index 09fbefa5e..dd744c453 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2004-02-05 Alexander M. Turek
When compiling php, we strongly recommend that you manually link the MySQL
- extension to a MySQL client library of at least the same version since the
- one that is bundled with current php distributions is rather old and might
- cause problems.
+ extension to a MySQL client library of at least the same minor version
+ since the one that is bundled with current php distributions is rather old
+ and might cause problems (see also FAQ 1.17a).
Also, we do not yet support the improved MySQL extension (mysqli) that
comes with php 5. For the moment, the old MySQL extension should also
@@ -2431,6 +2431,25 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
MySQL 5.1 is not yet supported.
+ You tried to access MySQL with an old MySQL client library. The version of
+ your MySQL client library can be checked in your phpinfo() output.
+
+ In general, it should have at least the same minor version as your server
+ - as mentioned in FAQ 1.17.
+
+ The only way to fix this problem is manually compiling php and its MySQL
+ extension against a current MySQL client library.
+
+ If you still face this problem, please compile your MySQL client library
+ against the same or a newer MySQL release.
+