📜  phpmyadmin mysql 执行时间 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:48.445000             🧑  作者: Mango

代码示例1
// 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;