|
The shell access is the preferred way to go.
But, if you have no shell access, first examine the sql dump.
If the datas are stored with full inserts, you can easily split up the file in smaller parts.
If not (every datas are packed in 1 bug query), then the easiest thing to do is to install a mysql server on your computer, import the datas, and export them back as full inserts, and split up the files.
Or even easier, if you have still access to something like a phpMyAdmin of the old db, redo an export specifying to use full insert queries.
__________________
Listen to the ducky: "This is awesome!!!"
|