Hello,
I am using phpmyadmin (latest release), all is well in the sense that all functions work except 1. When I import compressed files (I've tried, zip, bzip2, gzip file formats), the only response I ever get is "file cannot be read". However I CAN import .sql files, so I know the import feature does work. I've also tried the upload directory, which again reads .sql files, but does not see any compression formats.
my php.ini already has 30MB max upload file size, and memory limits set, and the actual file sizes are about 3-5MB apiece.
The reason why I would MUCH prefer to use the zip files is because I have well over 500+ .sql files ranging from 500KB to 15MB each.
Could anybody suggest a test or possible solution to this issue?
How could I test compression support via php?
Thank you in advance,
Spyrule