clean-up
This commit is contained in:
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-09-02 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* Documentation.html:
|
||||||
|
- rewrote FAQ 1.17;
|
||||||
|
- corrected some other FAQs;
|
||||||
|
- tidied up "Requirements" section about MySQL.
|
||||||
|
|
||||||
2003-09-02 Marc Delisle <lem9@users.sourceforge.net>
|
2003-09-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* translators.html: azerbaijani, and change of address for
|
* translators.html: azerbaijani, and change of address for
|
||||||
swedish translator
|
swedish translator
|
||||||
|
@@ -73,10 +73,7 @@
|
|||||||
aspect ratio, you also need GD2 support in PHP.
|
aspect ratio, you also need GD2 support in PHP.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x);<br />
|
MySQL 3.21 or newer (<a href="#faqmysqlversions">details</a>);<br />
|
||||||
<span class="important">
|
|
||||||
Note: The implemented MySQL 4.1.x support is experimental!
|
|
||||||
</span>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
a web-browser (doh!).
|
a web-browser (doh!).
|
||||||
@@ -2280,17 +2277,28 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
feature.
|
feature.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<a name="faqmysqlversions"></a>
|
||||||
<h4>
|
<h4>
|
||||||
[1.17] Does phpMyAdmin support MySQL 4.1 and 5.0?
|
[1.17] Which MySQL versions does phpMyAdmin support?
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
phpMyAdmin provides limited support for MySQL 4.1. That means that you
|
All MySQL versions from 3.21 till 4.0 are fully supported. Please note
|
||||||
can neither assign character sets to a table or field on create nor change
|
that the older your MySQL version is, the more limitations you will have to
|
||||||
the (automatically) assigned character set.<br />
|
face.
|
||||||
When compiling php, we strongly recommend that you manually link it to a
|
<br />
|
||||||
MySQL 4.1 client library since the one that is currently bundled with
|
phpMyAdmin provides experimental support for MySQL 4.1. That means that
|
||||||
php is rather old and might cause problems.<br />
|
although you can assign character sets to a table or field, phpMyAdmin will
|
||||||
MySQL 5 is not yet supported.
|
not recode the data when inserting or extracting it. Instead, it will still
|
||||||
|
use the character set you specified for the MySQL connection.<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.
|
||||||
|
<br />
|
||||||
|
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
|
||||||
|
work fine here, if compiled correctly.
|
||||||
|
<br />
|
||||||
|
MySQL 5.0 and 5.1 are not yet supported.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
@@ -2326,9 +2334,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
<p>
|
<p>
|
||||||
To connect to a MySQL server, PHP needs a set of MySQL functions called
|
To connect to a MySQL server, PHP needs a set of MySQL functions called
|
||||||
"MySQL extension".
|
"MySQL extension".
|
||||||
This extension may be part of the PHP server (compiled-in), otherwise it
|
This extension may be part of the PHP distribution (compiled-in), otherwise
|
||||||
needs to be loaded dynamically. Its name is probably <i>mysql.so</i> or
|
it needs to be loaded dynamically. Its name is probably <i>mysql.so</i> or
|
||||||
<i>mysql.dll</i>. phpMyAdmin tried to load the extension but failed.
|
<i>php_mysql.dll</i>. phpMyAdmin tried to load the extension but failed.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Usually, the problem is solved by installing a software package called
|
Usually, the problem is solved by installing a software package called
|
||||||
"PHP-MySQL" or something similar.
|
"PHP-MySQL" or something similar.
|
||||||
@@ -2403,7 +2411,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
[1.27] I get empty page when I want to view huge page (eg.
|
[1.27] I get empty page when I want to view huge page (eg.
|
||||||
db_details_structure.php3 with plenty of databases).
|
db_details_structure.php3 with plenty of tables).
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
This is a <a href="http://bugs.php.net/21079">PHP bug</a> that occur when
|
This is a <a href="http://bugs.php.net/21079">PHP bug</a> that occur when
|
||||||
|
Reference in New Issue
Block a user