How to increase maximum upload file size of LOAD DATA INFILE query?

放肆的年华 提交于 2019-12-11 11:45:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!