
December 7th, 2012, 04:22 AM
|
|
Contributing User
|
|
Join Date: Apr 2007
Posts: 114
Time spent in forums: 2 Days 1 h 19 m 2 sec
Reputation Power: 7
|
|
|
LOAD DATA LOCAL INFILE problem
Hi all, I am importing 2 csv files into MySQL via php using the "LOAD DATA LOCAL INFILE". the first file imports correctly but the second stops halfway?
First file: 5000 rows @ 2183kb
Second file: 31000 rows @ 2100kb.
As you can see the second file ha more rows but a smaller file so really miffed why this stops at 17,911 rows every time.
Any ideas... So weird?
|