How to fix Script timeout passed error
Script timeout passed, if you want to finish import, please resubmit same file and import will resume
Modify php.ini
Location : xampp/php/php.ini
Set these two line ( = The length of time you want)
Modify config.inc.php
Location : xampp/phpMyAdmin
add this line to set your custom time limit
Restart apache and mysql
Stop it and then start it again
If still not working
Modify config.default.php
(But it’s not recommend by the official document QQ)
Location : xampp/phpMyAdmin/libraries
Don’t forget to Restart apache and mysql
Stop and then start