At 10:44 AM 4/25/05, Art.M (Wikki) wrote:
>I have a large .sql file to upload which is about 9 mb and I was
>wondering if anyone knew of a program that could break it up into
>chunks of 2 mb or under? So I can upload it to a shared web server.
You can't upload a 9M file to webserver? But you can upload 9x1M files?
Fix your webserver. You didn't google for this did you? You also didn't
mention OS, so we'll assume unix based.
You could try compressing file with zip, gzip, etc.
Or simply use "split", default is 1000 lines, but can be changed via
command line.
man split