Maximum execution time of 300 seconds exceeded

I am trying to upload a 80 MB size CSV file in the XAMPP MySQL.

I have overcome the 2MB max file size issue but now I am having this issue.
Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\import.lib.php on line 620

Please help.

Google didn’t helped much.

Is this any help? http://php.net/manual/en/function.set-time-limit.php

1 Like

if that doesn’t help either you would have to resort to the mysql client on the CLI.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.