Sometimes, you need to transfer a mysql data dump and the process is complicated because what PhpMyAdmin exports for you can not be easily imported into another MySQL database PhpMyAdmin over http because of the file upload limitations of the php web server.
That’s where a utility like BigDump comes in handy.
BigDump will help you restore or move a large backup of a MySQL database be staggering the import process into chunks that can uploaded over http.
You can find BigDump at http://www.ozerov.de/bigdump.php