I have a 250 MB backup SQL file but the limit on the new hosting is only 100 MB...
Is there a program that let's you split an SQL file into multiple SQL files?
You can split a large file in Eclipse. I have tried a 105GB file in Windows successfully:
Just add the MySQLDumpSplitter library to your project: http://dl.bintray.com/verace/MySQLDumpSplitter/jar/
Quick note on how to import:
MySQLDumpSplitter.jar
file and then Finish