* Clayburn W. Juniel, III <[EMAIL PROTECTED]> [021012 07:30]:
> >    I am attempting to delete a table from a database,
> >    then recreate it and load data into the table.
> >    The drop and create commands are working properly,
> >    here's a screen dump:
<..>
> >mysql> LOAD DATA INFILE 
> >"/home/http/run/isak/wmj-new/uploaded/testthis.txt" INTO TABLE 
> >testthis;
> >ERROR 1045: Access denied for user: 
> >'[EMAIL PROTECTED]' (Using password: YES)
> >
> >The same error message is generated if I give the filename only, 
> >logging
> >in from the working directory of the file.
<...>
> In Unix systems the mysql user needs file privileges to file to be 
> loaded.  It's probably simplest to have the file located on a local 
> disk (not network shared) with privileges for all to read.

 Thanks!: I had guessed that... and was having the same error message
 when trying to load via CGI. Time to talk to the sysadmin....

 My thanks to all.
-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
      http://www.johnsons-web.com

---------------------------------------------------------------------
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