How to Increase Import Size Limit in phpMyAdmin ?


I had the same problem
with my working correctly by doing the following
changes into the php.ini file

post_max_size = 800M
upload_max_filesize = 800M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
now restart for the changes to take effect.

#viastudy
#DurgeshSingh

Post a Comment

0 Comments