ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002237ClearOSapp-mysql - MySQL Databasepublic2015-03-04 09:132021-01-18 05:44
Reportermarclaporte 
Assigned To 
PrioritylowSeverityminorReproducibilitysometimes
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version6.6.0 
Target VersionFixed in Version 
Summary0002237: phpMyAdmin -> Export with compression "gzipped" -> file is corrupted
DescriptionThe 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.
Steps To Reproducehttps://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
Additional InformationIf 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)
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001384)
bchambers (administrator)
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 (developer)
2021-01-18 05:44

Appears to work in 7.x

- Issue History
Date Modified Username Field Change
2015-03-04 09:13 marclaporte New Issue
2015-03-04 09:16 user2 Status new => acknowledged
2015-03-04 09:45 bchambers Note Added: 0001384
2021-01-18 05:44 NickH Note Added: 0015251
2021-01-18 05:44 NickH Status acknowledged => closed
2021-01-18 05:44 NickH Resolution open => unable to reproduce