BigDump – Restore Large MySQL Dump Files
BigDump is one of the commonly used php scripts which comes in handy if you are to import a larg .sql file. The conditions unders which it proves to be useful are:
- You dont have access to server’s shell (command prompt).
- You dont have PhpMyadmin available.
- Your webserver and php configuration dont allow the upload of max file sizes.
Running this script is pretty easy. simply download it, unzip it, ftp into your website and upload this bidump.php file. Once upload is complete, open it and set the DB Name, Username and Password of your mysql server and the database you are going to import it. Once done, save this file and open it in web browser as http://yourdomain.com/bigdump.php (offcourse you will need to replace yourdomain.com with the name of your domain). Here you will be presented with an interface to upload .sql file and import it.
Okay, That’s it, now you can upload and restore large database dump file without any worry. Cheers!


