diff --git a/Documentation.html b/Documentation.html index 1c18ff8a4..ed2d6b2e7 100644 --- a/Documentation.html +++ b/Documentation.html @@ -138,7 +138,7 @@

1) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) - dumps and CSV exports if you use + dumps and CSV exports if you use PHP with Zlib support (--with-zlib) and/or Bzip2 support (--with-bz2). Proper support may also need changes in php.ini.

@@ -2399,7 +2399,7 @@ $cfg['TrustedProxies'] =

1.7 How can I GZip or Bzip a dump or a - CSV export? It does not seem to + CSV export? It does not seem to work.

These features are based on the gzencode() and bzcompress() @@ -3391,7 +3391,7 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(

5.10 With Netscape 4.75 I get empty rows between each row of data in a - CSV exported file. + CSV exported file.

This is a known Netscape 4.75 bug: it adds some line feeds when exporting @@ -3892,7 +3892,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');

Current version does support direct export to Microsoft Excel and Word versions 2000 and newer. If you need export older versions, you can use - CSV suitable for Microsoft Excel, + CSV suitable for Microsoft Excel, which works out of the box or you can try native experimental MS Excel exporter. This export has several problems, most important are limitation of cell content to 255 @@ -4278,7 +4278,7 @@ Original Credits of Version 2.1.0 - a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server.

  • CSV - - Comma-seperated values
  • + - Comma-separated values
  • DB - look at Database.
  • database - an organized collection of data.