I have a table with 300,000 rows. then when i import it, it will uploaded almost 200,000 rows then phpmyadmin kills the upload with this error:
Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\import\sql.php on line 246
Note: 'on line 246' is not unchanged. sometimes is 130 or 182.
It should be noted that i changed (increased) all the parameter in php.ini file. something such as:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
Still i could not upload my huge table .....! In fact, my problem is time limit. What suggestions do you have ?