Script timeout passed, if you want to finish import, please resubmit the same file and import will resume.
If you are experiencing the above error when importing a large database file in phpmyadmin. You will need to increase the max file size and phpmyadmin execution time.
- Open the file C:\XAMPP\php\php.ini
- Find -- upload_max_filesize=256M ----increase this to 1024M
- memory_limit=128M ---increase this
- post_max_size=128M ---increase this
- max_execution_time=600 ---increase this
- max_input_time=300 ---increase this
To increase the phpmyadmin execution time
- Open the file C:\XAMPP\phpmyadmin\libraries\config.default.php
- Find -- $cfg['ExecTimeLimit'] = 300; --change this to 0 to set no time limit.
For more info click here.