http://www.ozerov.de/bigdump/usage/
Usage
- Open bigdump.php in a text editor and adjust the database configuration
- Drop the old tables on the target database if your dump doesn’t contain “DROP TABLE” (use phpMyAdmin)
- Create the working directory (e.g. dump) on your web server
- Upload bigdump.php and the dump files (*.sql or *.gz) via FTP to the working directory (take care of TEXT mode upload for bigdump.php and dump.sql but BINARY mode for dump.gz if uploading from MS Windows).
- Run the bigdump.php from your browser via URL likehttp://www.yourdomain.com/dump/bigdump.php. Now you can select the file to be imported from the listing of your working directory.
- BigDump will start every next import session automatically if you enable the JavaScript in your browser.
- Relax and wait for the script to finish. Do NOT close the browser window!
- IMPORTANT: Remove bigdump.php and your dump files from your server