2017-04-18 8 views

答えて

1

あなたは5分XAMPPサーバ用

をexcuteます= 300/60

ini_set('max_execution_time', 300); 

または

1.edit php.ini file 
2. Find this line: max_execution_time 
3. Change its value to 300: 
4. max_execution_time = 300; 

あなたのphpファイルでこれを設定することができますが、この

を編集する必要がありますxampp \ phpMyAdmin \ libraries \ config.default.php

検索

$ cfgの[「ExecTimeLimit」]

はそれ

$cfg['ExecTimeLimit'] = 600; // set higher value 

if you do not find this file then 
1. go to xampp\phpMyAdmin\ 
2. config.inc.php 
3. Search for $cfg['ExecTimeLimit'] = 300; 
4. update this 300 value higher // 0 unlimited 
5. save the file and restart the server 
+0

私変更、サーバー内メートル現地ない –

+0

は、あなたがアクセスまたは設定し、ルートファイルがある場合は、このファイルを設定する必要があります ini_set( 'max_execution_time'、300); –

関連する問題