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
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
Recent comments
1 week 22 hours ago
4 weeks 1 day ago
5 weeks 7 hours ago
5 weeks 13 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago