joane1;11045267 wrote:sorry but I don't have command-line access to web server, i'm using a web hosting, so I can do it only via php script.
This doesn't definitively rule out the use of mysqldump via [man]exec[/man] but other aspects of your server might preclude this possibility. Mysqldump is a truly useful tool and you would benefit from knowing how to use it.
joane1;11045267 wrote:One thing I dont' understand: why to disable this:
@ini_set('zlib.output_compression','Off');
when the output_compression parameter does just the output compression?
If you read the script more carefully, you should see that it uses the function [man]gzencode[/man] explicitly in the script so you don't really want Apache to recompress it. This would accomplish nothing (gzip files really don't compress) and might possibly result in a corr
You ignored Dalecosp's post. The last comment on that page you linked might solve your problem:
joane1;11045267 wrote:
Hi,
the 'Content-Type: application/x-download' seems not valid. It need x-gzip instead