Increase Import Size Limit in phpMyAdmin
January 9, 2015
Open php.ini
Search and replace the new value in each parameters:
post_max_size = 800M upload_max_filesize = 800M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M
January 9, 2015
Search and replace the new value in each parameters:
post_max_size = 800M upload_max_filesize = 800M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M