Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

phpmyadmin mysql execution time

// go to your xamp path and find ExecTimeLimit then set your time
//Path = xamppphpMyAdminlibrariesconfig.default.php
/**
 * maximum execution time in seconds (0 for no limit)
 *
 * @global integer $cfg['ExecTimeLimit']
 */
$cfg['ExecTimeLimit'] = 100;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #phpmyadmin #mysql #execution #time
ADD COMMENT
Topic
Name
8+6 =