MySQL Forums
Forum List  »  Newbie

Trouble uploading
Posted by: shane parker
Date: May 18, 2005 02:34PM

I'm trying to upload a text file and keep getting the following authentication error:

-------------------

Database dbname- Table tools_items running on localhost
Error

SQL-query :

LOAD DATA INFILE 'C:/Program Files/SWsoft/Plesk/tmp\\php5CA.tmp' INTO TABLE `tools_items` FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'(

`itemDesc` , `link`
)

MySQL said:


#1045 - Access denied for user: 'user@localhost' (Using password: YES)

---------------------

Thanks for any help. I have selected 'insert data from a textfile', tyring both 'data' and 'data local' load methods.

Options: ReplyQuote


Subject
Written By
Posted
Trouble uploading
May 18, 2005 02:34PM
May 18, 2005 06:22PM
May 18, 2005 10:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.