How to Import Database with BigDump. BigDump is a file that contains scripts with PHP programming language commands. That is why this file has a .php extension. Inside the file is a command to import a MySQL database. Someone wanted to import the database via phpMyAdmin, but it failed due to the large database file size. The first solution is to try importing the database via SSH. However, there are hosting plans that do not provide the SSH feature in cPanel. With BigDump, you can also import MySQL databases. However, first customize the script based on your database credentials, such as db_server, db_name, db_user, and db_password. How to Import Database with BigDump BigDump File Download Please download the BigDump file by clicking the following URL: Download BigDump. Then, extract the […]