PDA

View Full Version : MySQL LOAD DATA INFILE


terrencebrown
10-09-2001, 11:47 PM
Where should I place a tab-delimited text file to execute:

LOAD DATA INFILE "data.txt" INTO TABLE my_table;

?

I was thinking of wrting an OUTFILE to see where it goes.

Perhaps...