Fatal error: Maximum execution time of 300 seconds exceeded
-
hello, can someone help. i had import my database in phpmyadmin and my database's size is 8.55 mb(i already zip my db)..and after wait for a few minutes, it give this error "Fatal error: Maximum execution time of 300 seconds exceeded in C:\laragon\etc\apps\phpMyAdmin\libraries\dbi\DBIMysqli.php on line 204" how can i solve this?
-
@sakura-everdeen : You can:
- Increase the Maximum execution time
max_execution_time
directive in a php.ini - or: - Open terminal and run:
mysql -u root DATABASE_NAME < YOUR_FILE.sql
- Increase the Maximum execution time