I noticed that bzip compression is not an option in the phpMyAdmin Export function. gzip and zip are there. These are usually enabled via these 3 options in config.inc.php
$cfg['ZipDump'] = TRUE;
$cfg['GZipDump'] = TRUE;
$cfg['BZipDump'] = TRUE;
I took a look at
/usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
I didn't see any of these options enabled in that file, however gzip and zip show up in phpMyAdmin so they have to be enabled somewhere. bzip has been enabled in PHP on our servers.
So the question is how can we get bzip compression enabled? Do we just need to add the "$cfg['BZipDump'] = TRUE;" line into the config.inc.php or is there more to it? Why would zip and gzip be showing up, but not bzip?



LinkBack URL
About LinkBacks
Reply With Quote





