Does "Load Data Local Infile" not work? I type in the following:
load data local infile "c:\\zip\junkin.txt" into table orders lines terminated by '\r\n' (amount);
And get an error:
File 'c:\zipjunkin.txt' not found (Errcode: 2)
But it does exist and I tried different ways of escaping the "\" and moving file to "c:\", but still no go. Am I doing something wrong?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks