I am trying to load a data file into mysql table using \"LOAD DATA LOCAL INFILE \'filename\' INTO TABLE \'tablename\'\".
The problem is the source data file contains dat
your data file should look like this: null, study chars, other fields... MySQL will insert incremented id istead of null