I am using the following command and it appears to execute but does not 
actually load any data:

LOAD DATA LOCAL INFILE 'public_html/CSV/act-export.csv' INTO TABLE 
MembersData
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n';

Any ideas what I might be missing...?

The file exists, and I must have the path right or would get an error but 
still no joy unfortunately...

-- 
-----------------------------
 Michael Mason
 Arras People
 www.arraspeople.co.uk
----------------------------- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to