I realise this may be more of a Mysql question, but if anyone could help, that'd be great.
I'm having real difficulties loading data into my database from a CSV file.
I've managed to import the data from a copy of the CSV on my own machine (using LOAD DATA INFILE 'c:\program files\xampp\htdocs\uniq.csv' etc etc etc).
However, the CSV I will be eventually using will be stored and updated online by someone else at, for example, www.example.com. I tried the same thing (LOAD DATA INFILE 'http://www.example.com/newbie.csv' etc etc etc) but it comes up with the error "FILE 'http://www.example.com/newbie.csv' not found". I have also tried putting \s in the URL but it comes up with the same error.
Is there any way to do this?
Many thanks,
Dan :-)