You need

  1. Bigdump script bigdump.php from the download box on this page
  2. Dump file of your database created by phpMyAdmin or other tool, lets call it dump.sql. You can also use GZip compressed dump files, lets call it dump.gz.
  3. Access account for your mySQL database
  4. Access account for some web server with PHP and mySQLi installed. This web server must be able to connect to the mySQL database. This ability is probably present if your web server and the mySQL server are from the same ISP.
  5. Some good text editor like Notepad++ to edit the configuration file.
  6. Some FTP client to upload the files to the web server.
  7. Common knowledge about files, PHP, mySQL databases, phpMyAdmin, FTP and HTTP