Xampp Users
- Go to
xampp\phpMyAdmin\ - Open config.inc.php
- Search for
$cfg['ExecTimeLimit'] = 300; - Set a larger value or change to 0 for unlimited
- If not found add
$cfg['ExecTimeLimit'] = 900;(or 0 for unlimited) - Save the file and restart the server
Important: setting the execution time limit to unlimited is not recommended.






