hofmax
07-11-2008, 05:32 PM
I am having problems with this. After a bit of trying around I came up with below query which worked but I got an annoying error also stated below. Can somebody see what is wrong?
SQL query:
LOAD DATA INFILE '/home/xxx/public_html/temporarydir/__file__.csv' INTO TABLE slots CHARACTER SET utf8 FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY 'AUTO'
MySQL said: Documentation
#1045 - Access denied for user 'xxx'@'localhost' (using password: YES)
SQL query:
LOAD DATA INFILE '/home/xxx/public_html/temporarydir/__file__.csv' INTO TABLE slots CHARACTER SET utf8 FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY 'AUTO'
MySQL said: Documentation
#1045 - Access denied for user 'xxx'@'localhost' (using password: YES)