This commit is contained in:
Marc Delisle
2008-08-08 09:25:37 +00:00
parent 1ded7cd77f
commit 94adb1f473

View File

@@ -138,7 +138,7 @@
<p class="footnote" id="footnote_1">
<sup>1)</sup> phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
dumps and <abbr title="comma seperated values">CSV</abbr> exports if you use
dumps and <abbr title="comma separated values">CSV</abbr> exports if you use
PHP with Zlib support (<tt>--with-zlib</tt>) and/or Bzip2 support
(<tt>--with-bz2</tt>). Proper support may also need changes in
<tt>php.ini</tt>.</p>
@@ -2399,7 +2399,7 @@ $cfg['TrustedProxies'] =
<h4 id="faq1_7">
<a href="#faq1_7">1.7 How can I GZip or Bzip a dump or a
<abbr title="comma seperated values">CSV</abbr> export? It does not seem to
<abbr title="comma separated values">CSV</abbr> export? It does not seem to
work.</a></h4>
<p> These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</tt>
@@ -3391,7 +3391,7 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(
<h4 id="faq5_10">
<a href="#faq5_10">5.10 With Netscape 4.75 I get empty rows between each row of data in a
<abbr title="comma seperated values">CSV</abbr> exported file.
<abbr title="comma separated values">CSV</abbr> exported file.
</a></h4>
<p>
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&eacute;al');
<p> Current version does support direct export to Microsoft Excel and Word
versions 2000 and newer. If you need export older versions, you can use
<abbr title="comma seperated values">CSV</abbr> suitable for Microsoft Excel,
<abbr title="comma separated values">CSV</abbr> suitable for Microsoft Excel,
which works out of the box or you can
try native <b>experimental</b> MS Excel exporter. <b>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.</li>
<li><a href="http://www.wikipedia.org/wiki/Comma-separated_values">CSV</a>
- Comma-seperated values</li>
- Comma-separated values</li>
<li>DB - look at <a href="#database">Database</a>.</li>
<li><a id="database" href="http://www.wikipedia.org/wiki/Database">database</a>
- an organized collection of data.</li>