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 file and import will resume.
And if i check the database tables only few tables are imported..How to resolve this.Thanks in advance
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With