Well
the mysql backups are in a format which is only text, by splitting the records into say 100 record batches using something like php, you could use a page that splits out the records and inserts them into your database, goes back, calls itself to go to the next set, and repeats till it has...