问题
I am loading a text file into database using load data query. There is no problem uploading the file size upto 2GB But i couldn't upload the files more then 2 GB. My query is given below
LOAD DATA INFILE 'mytempfile' INTO TABLE feeds
How can i increase my maximum upload file size in mysql? Please advise..
回答1:
I got a answer. i can split big size of zip files into small size of multi files. if we load large size of file database dump problem occurred. its working great with me. Cheers.
来源:https://stackoverflow.com/questions/15813750/how-to-increase-maximum-upload-file-size-of-load-data-infile-query