Help Fixing "Maximum execution time of 300 seconds exceeded" Error
-
I changed my php.ini max_execution_time and checked using php.info
) but I keep getting this erro when I try to import data into MySQ using phpMyAdmin.
Fatal error: Maximum execution time of 300 seconds exceeded in C:\laragon\etc\apps\phpMyAdmin\libraries\classes\Plugins\Import\ImportCsv.php on line 582
-
@Trevor-Lowing : Just use command line:
https://laragon.org/download/migrate-from-wamp.htmlmysql -u root -p < path-to-your-sql
-
Did you paste a reply to the wrong post? That has nothing to do with my problem.
-
@Trevor-Lowing : No, I offered you a solution to bypass the maximum execution as I could not see your image and the issue may be from phpMyAdmin.