Forum Moderators: coopster
Regards ian
Regards Ian
Error
SQL-query :
LOAD DATA INFILE '/tmp/phpZcDIR7' REPLACE INTO TABLE `cars`
FIELDS TERMINATED BY ';'
ENCLOSED BY '"'
ESCAPED BY '\\'
LINES TERMINATED BY '\r\n'
MySQL said:
Access denied for user: 'mydomain@localhost' (Using password: YES)
That is the error message, i have no idea why it says access denied, Anyone have any ideas!
Thanks Again
[dev.mysql.com...]
And now all ok, 3 of the rows in the .csv all went into the 2nd field on the table but i will woory about that another day. thanks for everyones help.
SQL-query :
LOAD DATA INFILE '/tmp/phpneVtH7' INTO TABLE `cars` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'
Was i meant to put some info in there somewhere,
Regards Ian