I have a database
Un-zipped size 50mb
zipped size 7mb
So when I try to import the database zipped(7mb) after few minutes it is throwi
Open config.default.php
You can find it here
C:\wamp\apps\phpmyadmin\libraries\config.default.php
Search for ExecTimeLimit
/**
* maximum execution time in seconds (0 for no limit)
*
* @global integer $cfg['ExecTimeLimit']
*/
$cfg['ExecTimeLimit'] = 300;
increase the value of $cfg['ExecTimeLimit'] or set it to 0 for no limit