I am trying to load some new data into my database and I keep getting
this error:

ERROR 1045: Access denied for user: 'lreiter@localhost' (Using password: YES)

The files I am loading are located in another directory on the server
and I used the absolute path to point to them, but I still get an
error.

The load statement looks like:

mysql> load data infile
"/users/u2/lreiter/Bigstuff/Genomes/parsed/ec-dm.parsed"
      -> into table BLAST;

Any help appreciated.

Cheers,

LTR
-- 
Dr. Lawrence T. Reiter
Postdoctoral Fellow
Department of Biology, UCSD
Bonner Hall Room 4221
9500 Gilman Drive
La Jolla, CA   92093-0349

Phone: (858) 534-0442
FAX: (858) 822-2044
http://homophila.sdsc.edu
email: [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to