You need

  1. Bigdump script bigdump.php from the download
  2. Dump file(s) of your database created by phpMyAdmin I’ll call it dump.sql from now on. 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 4.1.0 or later 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 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

Comments are closed.