Hi
MySQL: Ver 9.38 Distrib 3.22.32, for pc-linux-gnu (i686)
My ISP doesn't allow me the File privilege so I have to use the load data local
syntax as in:
load data local infile 'c:\\outbound\\Council_Meetings.txt' into table
Meetings
fields terminated by '¬' optionally enclosed by '|'
lines terminated by '\r\n';
the result I get is :
File 'c:\Outbound\Council_Meetings.txt' not found (Errcode: 2)
I've tried many variations of the above infile string, forward slashes, no drive
letter etc but still can't get it to work. Any Ideas?
Thanks in advance
Julian