Fatal error: Maximum Execution Time Of 30 Seconds Exceeded In PHPMyAdmin WAMP
Posted by blogmeister on
December 26, 2012
You might encounter this error when you run PHP scripts. In this case, I was trying to load PHPMyAdmin and it gave me this error message:
|
1 |
<strong><span style="color: #ff0000">Fatal error: Maximum Execution Time Of 30 Seconds Exceeded</span></strong> |
You can easily work around this problem by modifying your PHP.ini file. Look for the string max_execution_time. The default value is 30. You can change it to any value you want, say 60.
That should fix it.
Share the post "Fatal error: Maximum Execution Time Of 30 Seconds Exceeded In PHPMyAdmin WAMP"












