je moet het volledige/absolute of een relatief pad naar je csv-bestand specificeren, geen URL
load data infile '/myproj/imports/example_1.csv' into table...
load data infile 'c:\\myproj\\imports\\example_1.csv' into table...
raad u aan de handleiding nogmaals te raadplegen http://dev.mysql .com/doc/refman/5.1/en/load-data.html