I was having the issue previously in XAMPP localhost with phpmyadmin version 4.2.11.
Increasing the timeout in php.ini didn't helped either.
Then I edited xampp\phpMyAdmin\libraries\config.default.php to change the value of $cfg['ExecTimeLimit'], which was 300 by default.
That solved my issue.