SQL export as gzip creates a teaching file.
Tested under Mac OS X in Safari
What do you mean by "teaching file"?
hi dears ,
CentOS 5.8 / PHP 5.4 / MySQL 5.5.34 through PHP extension MySQLi
export DB using "Dump" button as gzip :
7zip extractor say : There are some data after the end of the payload data
using text editor opening "file.gz" show this end line : Warning: Cannot modify header information - headers already sent in Unknown on line 0
if remove this 3 line in "file.gz" file will in health
// in new version 4.1.0 this problem is yet
correct using Output Buffering in PHP will solve it.
Adminer sends headers correctly. "Unknown on line 0" suggests that the output is started somewhere else, perhaps in auto_prepend_file.
Log in to post a comment.
What do you mean by "teaching file"?
hi dears ,
CentOS 5.8 / PHP 5.4 / MySQL 5.5.34 through PHP extension MySQLi
export DB using "Dump" button as gzip :
7zip extractor say :
There are some data after the end of the payload data
using text editor opening "file.gz" show this end line :
Warning: Cannot modify header information - headers already sent in Unknown on line 0
if remove this 3 line in "file.gz" file will in health
// in new version 4.1.0 this problem is yet
correct using Output Buffering in PHP will solve it.
Last edit: amir 2014-04-20
Adminer sends headers correctly. "Unknown on line 0" suggests that the output is started somewhere else, perhaps in auto_prepend_file.