1 頁 (共 1 頁)

還原Maximum execution time of 30 seconds exceeded

發表於 : 2007-05-26 , 16:02
懸壺子
還原Maximum execution time of 30 seconds exceeded

http://phpbb-tw.net/phpbb/viewtopic.php?t=46997
michaelliu0624 寫到:
如果與MySQL資料庫連結
作的動作太複雜
會超過30秒時間
每一次都會跑出Fatal error: Maximum execution time of 30 seconds exceeded
然後做的動作就失敗
請問這有辦法解決嗎?

感謝前輩指點迷津
心靈捕手發布
建議您:
檢視, 修改 (加大) 兩個檔案的設定值.
1. php.ini
代碼:

max_execution_time = 30


2. phpMyAdmin/config.inc.php 或者 phpMyAdmin/libraries/config.default.php
代碼:

$cfg['ExecTimeLimit']           = 300;