Possible Duplicate:
How to split large file on Windows?
I have a 100MB SQL file which my host won't let me upload all at once (2MB per upload).
The database is on a different server so I can't use SSH. I'm stuck with phpMyAdmin.
Is there any program that can split a 100MB SQL file into 2MB chunks?
create tableandinsertstatements? If so surely it is amenable to splitting at statement boundaries in a text editor or script? – RedGrittyBrick Aug 18 '11 at 14:08