01-20-2016, 10:51 PM
Two other things to try...if you have access to your php.ini in something like WAMP,
Increase the max_execution_time in php.ini then go to
C:\wamp\apps\phpmyadmin3.4.10.1\libraries (change path according to your installation)
open config.default.php and change value for $cfg['ExecTimeLimit'] to 0:
$cfg['ExecTimeLimit'] = 0;
----OR----
On XAMPP
1) Go to xampp\phpMyAdmin\
2) Open config.inc.php.
3) Search for $cfg['ExecTimeLimit'] = 300; //whatever value is here
4) Change to 0 for unlimited or put a larger value.
5) If not found, look in xampp\phpMyAdmin\libraries for config.default.php
Let me know if these fixes don't work for you ...there might be some others.
6) Search for $cfg['ExecTimeLimit'] = 300;
7) Change to 0 for unlimited or put a larger value.
8) Save the file and restart the server.
Increase the max_execution_time in php.ini then go to
C:\wamp\apps\phpmyadmin3.4.10.1\libraries (change path according to your installation)
open config.default.php and change value for $cfg['ExecTimeLimit'] to 0:
$cfg['ExecTimeLimit'] = 0;
----OR----
On XAMPP
1) Go to xampp\phpMyAdmin\
2) Open config.inc.php.
3) Search for $cfg['ExecTimeLimit'] = 300; //whatever value is here
4) Change to 0 for unlimited or put a larger value.
5) If not found, look in xampp\phpMyAdmin\libraries for config.default.php
Let me know if these fixes don't work for you ...there might be some others.
6) Search for $cfg['ExecTimeLimit'] = 300;
7) Change to 0 for unlimited or put a larger value.
8) Save the file and restart the server.