compressed dumps

This commit is contained in:
Marc Delisle
2002-01-25 17:35:46 +00:00
parent 2542a7a28a
commit ef05df1f61
2 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-01-25 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: FAQ about compressed dumps
2002-01-25 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-01-25 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/bulgarian-*.inc.php3, japanese.inc.php3: updated thanks to * lang/bulgarian-*.inc.php3, japanese.inc.php3: updated thanks to
Georgi Georgiev <chutz at chubaka.homeip.net>. Georgi Georgiev <chutz at chubaka.homeip.net>.

View File

@@ -1134,6 +1134,17 @@
logs in again. logs in again.
</p> </p>
<p>
<b>When dumping a large table in compressed mode, I get a memory limit
error or a time limit error.</b>
<br />
As of version 2.2.4, we build the compressed dump in memory, so large
tables dumps may hang. The only alternative we can think about (using
system calls to mysqldump then gzip or bzip2) would not be applicable
in environments where PHP is in safe mode: access to system programs
is limited by the system administrator, and time limit is enforced.
</p>
<h3>[ISPs]</h3> <h3>[ISPs]</h3>
<p> <p>
<b>I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to <b>I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to