weightinwildcat
Programmer
I have a bunch of large data files that need to be uploaded to a new web site on a virtual Linux server. Some of them are over 100 MB in size. I can export data using PHPmyAdmin on my own computer, but getting some of these files to upload is a problem. The process times out, and I keep having to restart it. That of itself is not so bad, but it also seems like the time involved is out of proportion to the relative sizes of the files. I have already looked at the php.ini file and made some changes; no luck with speeding up the process. I see there are some options for exporting files in a compressed format; have people had good results with these?