Script timeout passed if you want to finish import please resubmit same zip file and import will resume : phpMyAdmin


Then in phpMyAdmin i have changed $cfg['ExecTimeLimit'] value to 0. Now it is working fine.

phpMyAdmin\libraries\config.default.php


/**
* maximum execution time in seconds (0 for no limit)
*
* @global integer $cfg['ExecTimeLimit']
*/
$cfg['ExecTimeLimit'] = 0;



Ref:

http://designxprt.blogspot.com/2012/01/script-timeout-passed-if-you-want-to.html



Article ID: 85
Created On: Sat, Dec 25, 2021 at 1:02 PM
Last Updated On: Sat, Dec 25, 2021 at 1:02 PM
Authored by: Saeed Nobakht [[email protected]]

Online URL: https://www.navel.ir/article/script-timeout-passed-if-you-want-to-finish-import-please-resubmit-same-zip-file-and-import-will-resume-phpmyadmin-85.html