From f00d3777112efa5793dc73bab86a46780cc34f74 Mon Sep 17 00:00:00 2001 From: Armel Fauveau Date: Sun, 8 Jul 2001 03:11:40 +0000 Subject: [PATCH] GZip feature (please check, my (@#) english is poor) --- Documentation.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Documentation.html b/Documentation.html index aee3772cd..c4c483bef 100755 --- a/Documentation.html +++ b/Documentation.html @@ -79,12 +79,17 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
  • execute any SQL-statement, even batch-queries
  • manage keys on fields
  • load text files into tables -
  • create and read dumps of tables -
  • export and import data to CSV values +
  • create (*) and read dumps of tables +
  • export (*) and import data to CSV values
  • administer multiple servers and single databases
  • communicate in more than 20 different languages +

    +(*) phpMyAdmin can compress (GZip format - RFC 1952) dumps and CSV exports if +you use PHP4>=4.0.4 with Zlib support (--with-zlib) +

    +

    Top  -  @@ -370,13 +375,11 @@ Either there is an error with your PHP setup or your username/password is '', '')
    Then only the "foo_db" database will be displayed to user "foo".

    - - - - - - - +

    How can I GZip a dump or a CSV export. It seem to not work?
    +This feature is based on gzencode() to be more independent of the platform +(Unix/Windows, Safe Mode or not, and so on). +So, you must have PHP4 >= 4.0.4 and Zlib support (--with-zlib). +



    @@ -484,6 +487,7 @@ CREDITS, in chronological order [af] - Armel Fauveau * Bookmarks feature * Multiple dump feature + * Gzip dump feature [kc] - Korakot Chaovavanich [pk] - Pete Kelly