MySQL: LOAD DATA LOCAL INFILE only imports 1 or 2 rows?
It is common to import CSV files into MySQL database. You can do this with phpMyAdmin with small CSV files but with large ones, you would probably encounter the memory error and had to switch to MySQL command line “LOAD DATA LOCAL INFILE” to do the job. It looks like something like this: LOAD DATA …
MySQL: LOAD DATA LOCAL INFILE only imports 1 or 2 rows? Read More »