Home » Categories » MySQL » phpMyAdmin

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 Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
There are no related articles for this article.