Go Back   Cloud Computing > Support > PHP Forum
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-31-11, 00:03
BOD Member
 
Join Date: Jan 2011
Posts: 182
Default Error: Maximum execution time of 100 seconds exceeded

I am getting following error when try to upload a database from PhpMyAdmin.
Quote:
Fatal error: Maximum execution time of 100 seconds exceeded
Reply With Quote
  #2 (permalink)  
Old 08-31-11, 04:50
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

You are getting the error because the max execution time set in PhpMyAdmin is too low.
In order to increase the Maximum execution time follow the steps :

Quote:
vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/config.default.php
Look for this line:

Quote:
$cfg[’ExecTimeLimit’] = 300;
And replace with 0 or any larger value

Quote:
$cfg[’ExecTimeLimit’] = 3600;
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 01:17.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.