[snip]
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...
[/snip]

Do you have the proper permissions to read the file? BTW, OT.

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

Reply via email to