I am using wamp server.I am trying to import the database in phpmyadmin. but its showing
Script timeout passed, if you want to finish import, please resubmit same f
Add following code
$cfg['ExecTimeLimit'] = 0;
in your phpmyadmin config.inc.php and it will solve your timeout problem, this should work on both XAMPP and WAMP