
1. Download BigDump from this website and download the MySQL database from your old host and save it.

2. Create a new folder on the new host (target) and set the permission to 777. Upload the BigDump and the MySQL database to the newly created folder.
3. From the BigDump file, find and change the below configuration based on your MySQL setting.
// Database configuration $db_server = 'localhost'; $db_name = 'xxx'; $db_username = 'xxx'; $db_password = 'xxx'; // Other settings (optional) $filename = 'xxx'; $ajax = true; $linespersession = 3000; $delaypersession = 0;
4. Open the BigDump via your web browser. The url is http://www.yourwebsite.com/
5. Wait till the process is completed. Once completed, please delete the BigDump and the MySQL database file.
