The problem is usually always size. There's a limit in mysql, I think it's about 1gb if I remember. What you'll need to do is go to phpAdmin, assuming you have access to cpanel. Then export it to your hard drive. Use a text editor to split it up into chunks then upload them up one by one. It can be a pain in the ass but it's the only way I know.
Also be sure you split the file at the end of lines not halfway through.
I've tried to sue file splitting utilities to split the file into equal bits but it ususally splits it in the wrong place. Anybody have any suggestions for a utility that will split in the right place?
Lux