GZip feature (please check, my (@#) english is poor)
This commit is contained in:
@@ -79,12 +79,17 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
|
||||
<li> execute any SQL-statement, even batch-queries
|
||||
<li> manage keys on fields
|
||||
<li> load text files into tables
|
||||
<li> create and read dumps of tables
|
||||
<li> export and import data to CSV values
|
||||
<li> create (*) and read dumps of tables
|
||||
<li> export (*) and import data to CSV values
|
||||
<li> administer multiple servers and single databases
|
||||
<li> communicate in more than 20 different languages
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
(*) phpMyAdmin can compress (GZip format - RFC 1952) dumps and CSV exports if
|
||||
you use PHP4>=4.0.4 with Zlib support (--with-zlib)
|
||||
</p>
|
||||
|
||||
<a name="setup"></a><br>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
<a class="navigation2" href="#top">Top</a> -
|
||||
@@ -370,13 +375,11 @@ Either there is an error with your PHP setup or your username/password is
|
||||
'', '') <br>
|
||||
Then only the "foo_db" database will be displayed to user "foo".</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p><b>How can I GZip a dump or a CSV export. It seem to not work?<br></b>
|
||||
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).
|
||||
</p>
|
||||
|
||||
<a name="developpers"></a><br>
|
||||
<hr noshade width="100%"><font size="+1">
|
||||
@@ -484,6 +487,7 @@ CREDITS, in chronological order
|
||||
[af] - Armel Fauveau <armel.fauveau@globalis-ms.com>
|
||||
* Bookmarks feature
|
||||
* Multiple dump feature
|
||||
* Gzip dump feature
|
||||
|
||||
[kc] - Korakot Chaovavanich <korakot@iname.com>
|
||||
[pk] - Pete Kelly <webmaster@trafficg.com>
|
||||
|
Reference in New Issue
Block a user