Fatal error Maximum execution time of 300 seconds exceeded in phpmyadmin

There are 2 options available to fixed this issue.

1. edit php.ini and raise max_execution_time limit to higher. don't forget to restart your webserver

2. from your error messages it seems phpmyadmin is not configure properly
edit your config.inc.php under phpmyadmin directory like below

// Add this line below into your config.inc.php
$cfg[’ExecTimeLimit’] = 3600;

Change 3600 to suit your need.
Hope this can help

ShareThis

Apache, PHP, Mysql is a software to running a dynamic website and as a webserver.
Those software is an opensource package, Apache is webserver, Mysql is database server and php is a programming language.

In this tutorial i will install Apache2, PHP5, MySQL5 and Phpmyadmin into a freshly build ubuntu servers.

So first thing that we need to prepare is:
1. A server with ubuntu installed on it.
2. Install an Apache2 webserver

Login into ubuntu server via ssh
[code]sentono@athena:~$sudo apt-get install apache2[/code]

3. Install a PHP packages

ShareThis

ShoutBox


ShoutMix chat widget

User login

Who's online

There are currently 0 users and 7 guests online.


Poll

What is your favorite Virtualization Server ?:
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 16 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Recent comments

Alexa