XHTML error and remove experimental status for MySQL 4.1 support

This commit is contained in:
Marc Delisle
2006-02-14 17:25:36 +00:00
parent 79fdd49a16
commit e4ce05f877
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2006-02-14 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: XHTML error, thanks to Cédric Corazza
* Documentation.html: remove experimental status for MySQL 4.1 support
2006-02-14 Alexander M. Turek <me@derrabus.de> 2006-02-14 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Updates. * lang/german-*.inc.php: Updates.

View File

@@ -208,6 +208,7 @@
simple. You follow the dialogs and this script prepares in memory the simple. You follow the dialogs and this script prepares in memory the
configuration directives. You then have two choices for saving the configuration directives. You then have two choices for saving the
configuration file: configuration file:
</p>
<ol> <ol>
<li>Download it to your local workstation, then upload (for example <li>Download it to your local workstation, then upload (for example
with ftp) to your main phpMyAdmin directory. In this case, you with ftp) to your main phpMyAdmin directory. In this case, you
@@ -216,7 +217,6 @@ configuration file:
<li>Save the file to your webserver into <tt>config</tt> directory. <li>Save the file to your webserver into <tt>config</tt> directory.
</li> </li>
</ol> </ol>
</p>
<p> <p>
For saving file on webserver, or loading For saving file on webserver, or loading
previous configuration you have to create <tt>config</tt> directory in previous configuration you have to create <tt>config</tt> directory in
@@ -559,8 +559,6 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON &lt;pma_db&gt;.* TO 'pma'@'localhost';
The improved MySQL extension. This extension became available The improved MySQL extension. This extension became available
with php 5.0.0 and is the recommended way to connect to a server with php 5.0.0 and is the recommended way to connect to a server
running MySQL 4.1.x. running MySQL 4.1.x.
<br />
Note: phpMyAdmin's MySQL 4.1 support is experimental!
</dd> </dd>
<dt><b><a name="cfg_Servers_compress"></a>$cfg['Servers'][$i]['compress']</b> boolean</dt> <dt><b><a name="cfg_Servers_compress"></a>$cfg['Servers'][$i]['compress']</b> boolean</dt>