There is more to edit than just the max_upload:
memory_limit = 32M
upload_max_filesize = 10M
post_max_size = 20M
http://www.cyberciti.biz/faq/linux-unix-...oad-limit/
Although, for large database importing, you should use BigDump or similar.
memory_limit = 32M
upload_max_filesize = 10M
post_max_size = 20M
http://www.cyberciti.biz/faq/linux-unix-...oad-limit/
Although, for large database importing, you should use BigDump or similar.