"Will Tyburczy" <[EMAIL PROTECTED]> wrote:
> 
> I've unable to load data from files into existing tables. When I give the command: 
> mysqlimport [database] [filename] I keep getting the following error.
> 
> mysqlimport: Error: Can't get stat of '[filename]' (Errcode: 13), when using table: 
> [table]
> 
> I get a similar error when trying to use LOAD DATA INFILE from within mysql.  The 
> text files all have the extension .table
> I'm sure that I'm just missing something simple, but I've spent a good amount of 
> time trying to figure this out and haven't been able to.  Any advice on what's 
> happening or how to get around this would be really appreciated.
> 

$ perror 13
Error code  13:  Permission denied

You doesn't have permission on that file.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to