MySQL Forums
Forum List  »  Newbie

error trying to load a file
Posted by: MMM286 MMM286
Date: March 09, 2010 10:31AM

Hi,

I'm newbie in mysql.

I'm tryng to load a file in a table with these sentence:

mysql> load data
-> INFILE "/home/david/copia seguridad qt/programa_mencoder/bdHoraAntena3"
-> into table horas;

But it gives me an error:
ERROR 1045 (28000): Access denied for user 'david'@'%' (using password: YES)

Could you help me please?
Many thanks and sorry for my english!

Options: ReplyQuote


Subject
Written By
Posted
error trying to load a file
March 09, 2010 10:31AM


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.