phpmyadmin waktu eksekusi mysql

// go to your xamp path and find ExecTimeLimit then set your time
//Path = xampp\phpMyAdmin\libraries\config.default.php
/**
 * maximum execution time in seconds (0 for no limit)
 *
 * @global integer $cfg['ExecTimeLimit']
 */
$cfg['ExecTimeLimit'] = 100;
Dev Arman