Skip to content
Advertisement

Script timeout passed error on MAMP phpmyadmin

I’m trying to upload this sql file that’s 225MB to phpmyadmin with MAMP. However, I keep getting this error

Script timeout passed, if you want to finish import, please resubmit the same file and import will resume.

I’ve changed the php.ini file in MAMP like so:

I’ve also changed the setting in phpmyadminlibrariesconfig.default.php, like this:

Is there any other solution that works for this issue?

Thank you.

Advertisement

Answer

I think You need to change the execution time limit in config.default.php as following:

As the script is running out of time so you should have to increase its execution time in MAMP and restart.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement