I tested phpMyAdmin with MySQL 5.0.0-alpha.

This commit is contained in:
Alexander M. Turek
2003-12-27 18:31:07 +00:00
parent d189b6bd43
commit 57e669d910
3 changed files with 16 additions and 11 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de>
* Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
2003-12-25 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php: error when generating joins
* Documentation.html: FAQ 6.22: default bookmark execution

View File

@@ -2396,19 +2396,21 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
that the older your MySQL version is, the more limitations you will have to
face.
<br />
phpMyAdmin provides experimental support for MySQL&nbsp;4.1. That means that
although you can assign character sets to a table or field, phpMyAdmin will
not recode the data when inserting or extracting it. Instead, it will still
use the character set you specified for the MySQL connection.<br />
phpMyAdmin provides experimental support for MySQL&nbsp;4.1 and 5.0. That
means that although you can assign character sets to a table or field,
phpMyAdmin will not recode the data when inserting or extracting it.
Instead, it will still use the character set you specified for the MySQL
onnection.<br />
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 php 4.x is rather old and might cause problems.
one that is bundled with current php distributions is rather old and might
cause problems.
<br />
Also, we do not yet support the imporoved MySQL extension (mysqli) that
comes with php&nbsp;5. For the moment, the old MySQL extension should also
work fine here, if compiled correctly.
<br />
MySQL 5.0 and 5.1 are not yet supported.
MySQL&nbsp;5.1 is not yet supported.
</p>
<h4>

4
README
View File

@@ -5,7 +5,7 @@ phpMyAdmin - Readme
A set of PHP-scripts to administrate MySQL over the WWW.
Version 2.5.5-rc1
Version 2.5.6-dev
-----------------
http://www.phpmyadmin.net/
@@ -32,7 +32,7 @@ phpMyAdmin - Readme
Requirements:
php 4.1.0 or later
MySQL 3.23.32 or later
Note: The implemented MySQL 4.1.x support is experimental!
Note: The implemented support for MySQL 4.1.x and 5.0.x is experimental!
For more details, see Documentation.txt / .html
a web-browser (doh!)