Increase max execution time of query, this is generally use to increase execution time of query to import a heavy database 1.e file size of 1000MB
Go to php.ini
post_max_size = 800M
upload_max_filesize = 800M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
C:\xampp\phpMyAdmin\libraries\config.default.php
- maximum execution time in seconds (0 for no limit) $cfg['ExecTimeLimit'] = 0;
Top comments (0)