I tested phpMyAdmin with MySQL 5.0.0-alpha.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-12-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_details_qbe.php: error when generating joins
|
* db_details_qbe.php: error when generating joins
|
||||||
* Documentation.html: FAQ 6.22: default bookmark execution
|
* Documentation.html: FAQ 6.22: default bookmark execution
|
||||||
|
@@ -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
|
that the older your MySQL version is, the more limitations you will have to
|
||||||
face.
|
face.
|
||||||
<br />
|
<br />
|
||||||
phpMyAdmin provides experimental support for MySQL 4.1. That means that
|
phpMyAdmin provides experimental support for MySQL 4.1 and 5.0. That
|
||||||
although you can assign character sets to a table or field, phpMyAdmin will
|
means that although you can assign character sets to a table or field,
|
||||||
not recode the data when inserting or extracting it. Instead, it will still
|
phpMyAdmin will not recode the data when inserting or extracting it.
|
||||||
use the character set you specified for the MySQL connection.<br />
|
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
|
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
|
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 />
|
<br />
|
||||||
Also, we do not yet support the imporoved MySQL extension (mysqli) that
|
Also, we do not yet support the imporoved MySQL extension (mysqli) that
|
||||||
comes with php 5. For the moment, the old MySQL extension should also
|
comes with php 5. For the moment, the old MySQL extension should also
|
||||||
work fine here, if compiled correctly.
|
work fine here, if compiled correctly.
|
||||||
<br />
|
<br />
|
||||||
MySQL 5.0 and 5.1 are not yet supported.
|
MySQL 5.1 is not yet supported.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
|
4
README
4
README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
A set of PHP-scripts to administrate MySQL over the WWW.
|
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/
|
http://www.phpmyadmin.net/
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ phpMyAdmin - Readme
|
|||||||
Requirements:
|
Requirements:
|
||||||
php 4.1.0 or later
|
php 4.1.0 or later
|
||||||
MySQL 3.23.32 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
|
For more details, see Documentation.txt / .html
|
||||||
a web-browser (doh!)
|
a web-browser (doh!)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user