how can I remove the time limit for the import operation in phpmyadmin ?
I'm not able to upload a big database because of the limit and I have to login again in the database.
Thanks
I use MySQL BigDump
Worked well for me yesterday!
you must open config.inc.php file in phpmyadmin root folder. add this line:
$cfg["ExecTimeLimit"]=36000;
adjusted the time limit will be 10 hours.
if you want to set an infinity time for timelimit you can use this
$cfg['ExecTimeLimit'] = 0;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With