3

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?

1 Answers1

2

You can give this script a try, it has helped me out a couple of times:

http://www.ozerov.de/bigdump/

Altho it does not always work as expected.

DirkZz
  • 121