I am getting script timeout issue while importing a database from a zip. The error shows as-
Script timeout passed, if you want to finish import, please resubmit same file and import will resume.
I tried setting $cfg['ExecTimeLimit'] = 0;
inside phpmyadmin4.1.14/libraries/config.default.php.
Also inside my php.ini I set both max_input_time
and max_execution_time
to 0.
The zip size is around 33 MB and I'm using WAMP server.
What could be the other cases for which I'm getting this error?