XHTML error and remove experimental status for MySQL 4.1 support
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* lang/german-*.inc.php: Updates.
|
||||
|
||||
|
@@ -208,6 +208,7 @@
|
||||
simple. You follow the dialogs and this script prepares in memory the
|
||||
configuration directives. You then have two choices for saving the
|
||||
configuration file:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Download it to your local workstation, then upload (for example
|
||||
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>
|
||||
</ol>
|
||||
</p>
|
||||
<p>
|
||||
For saving file on webserver, or loading
|
||||
previous configuration you have to create <tt>config</tt> directory in
|
||||
@@ -559,8 +559,6 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
||||
The improved MySQL extension. This extension became available
|
||||
with php 5.0.0 and is the recommended way to connect to a server
|
||||
running MySQL 4.1.x.
|
||||
<br />
|
||||
Note: phpMyAdmin's MySQL 4.1 support is experimental!
|
||||
</dd>
|
||||
|
||||
<dt><b><a name="cfg_Servers_compress"></a>$cfg['Servers'][$i]['compress']</b> boolean</dt>
|
||||
|
Reference in New Issue
Block a user