How do I split a large MySql backup file into multiple files?

Posted by Brian T Hannan on Super User See other posts from Super User or by Brian T Hannan
Published on 2010-10-01T15:50:02Z Indexed on 2010/12/29 14:56 UTC
Read the original article Hit count: 175

Filed under:
|
|

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?

It seems like people are answering the wrong question ... so I will clarify more:

I ONLY have the 250 MB file and only have the new hosting using phpMyAdmin which currently has no data in the database. I need to take the 250 MB file and upload it to the new host but there is a 100 MB SQL backup file upload size limit. I simply need to take one file that is too large and split it out into multiple files each containing only full valid SQL statements (no statements can be split between two files).

© Super User or respective owner

Related posts about mysql

Related posts about splitter