MySQL Forums
Forum List  »  Newbie

#1045 - Access denied for user
Posted by: Sander Liebert
Date: August 08, 2011 04:16PM

Good afternoon,

I'm just getting started with mySQL and had been testing some imports and queries using a hosted mySQL db and I had been learning a lot. I just registered a domain and got a host and started using it. I created a db and tables and went to do my import but I'm getting:


Error

SQL query:

LOAD DATA INFILE'/home2/woodchuc/tmp/phpoTUM64' INTOTABLE`transactions`FIELDSTERMINATEDBY',' ENCLOSEDBY'"' ESCAPEDBY'\\' LINESTERMINATEDBY'\r\n' IGNORE 6LINES (

`date` ,`description` ,`amount`
)

MySQL said:
#1045 - Access denied for user 'woodchuc'@'localhost' (using password: YES)



Doesn't really make any sense to me because I logged into phpadmin via the admin panel for my host and am able to create db's and tables.

I hope I'm missing something basic, been scratching my head for a while now.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
#1045 - Access denied for user
August 08, 2011 04:16PM


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.