Set Only 3 Parameters from php.ini
file of your server
A. max_execution_time = 3000000 (Set as per your requirment)
B. post_max_size = 4096M
C. upload_max_filesize = 4096M
Edit C:\xampp\phpMyAdmin\libraries\config.default.php
Page
$cfg['ExecTimeLimit'] = 0;
After all set, restart your server and import again your database.
Done