http://www.perlmonks.org?node_id=1004050


in reply to Re^2: LOAD DATA LOCAL INFILE not working
in thread LOAD DATA LOCAL INFILE not working

Hi, Its working now. I was opening temp.txt to write data and then load the contents into the database. LOAD DATA LOCAL INFILE failed to upload because I did not CLOSE temp.txt before uploading into the database. Thanks for the help!

  • Comment on Re^3: LOAD DATA LOCAL INFILE not working