ClearFoundation Tracker - ClearOS
View Issue Details
0002237ClearOSapp-mysql - MySQL Databasepublic2015-03-04 09:132021-01-18 05:44
marclaporte 
 
lowminorsometimes
closedunable to reproduce 
6.6.0 
 
0002237: phpMyAdmin -> Export with compression "gzipped" -> file is corrupted
The other options are OK (uncompressed, zipped, bzipped)

It may be related to system ressources, as someone else reported issues with zip, but it was OK for me.
https://example.org:81/mysql/ [^]
Pick a database with sizable data
Export -> Output -> Compression -> try gzipped

The file will be downloaded.

Uncompress this file and open with a text editor and see if it's corrupt
If it's not trivial to fix, just remove it. The other options are sufficient.

http://www.adminer.org/ [^] could be used to compare (is adminer able to export the same data)
No tags attached.
Issue History
2015-03-04 09:13marclaporteNew Issue
2015-03-04 09:16user2Statusnew => acknowledged
2015-03-04 09:45bchambersNote Added: 0001384
2021-01-18 05:44NickHNote Added: 0015251
2021-01-18 05:44NickHStatusacknowledged => closed
2021-01-18 05:44NickHResolutionopen => unable to reproduce

Notes
(0001384)
bchambers   
2015-03-04 09:45   
Sounds like a similar problem we had with downloading archived configuration files.

Controller needed:

@apache_setenv('no-gzip', 1);

before flushing the output buffer.
(0015251)
NickH   
2021-01-18 05:44   
Appears to work in 7.x