Scott,

Tuesday, April 9, 2002, 6:20:38 PM, you wrote:


SA> I been using mysqlimport for a long time with no problems.

SA> But today when I try (as root)

SA> mysqlimport admin /usr/local/systems/admin/data/person.txt -p

SA> I get

SA> mysqlimport: Error: Can't get stat of
SA> '/usr/local/systems/admin/data/person.txt' (Errcode: 13), when using
SA> table:
SA> person

SA> even though stat /usr/local/systems/admin/data/person.txt

SA> File: "/usr/local/systems/admin/data/person.txt"
SA>   Size: 1497       Blocks: 8         Regular File
SA> Access: (0444/-r--r--r--)         Uid: (    0/    root)  Gid: (    0/
SA> root)
SA> Device: 305        Inode: 245470     Links: 1
SA> Access: Tue Apr  9 15:54:34 2002
SA> Modify: Tue Apr  9 01:00:01 2002
SA> Change: Tue Apr  9 15:35:52 2002

SA> What can cause it to stop working all of a sudden?

[]

Looks weird to me. Stat is ok, but mysqlimport can't get the file..
Maybe, try to take a look at the path to the file, maybe execute
permission for a directory is missing?

The other source of the problem could be that error 13 belongs to a
table, not to a file. Check permissions for table files.

SA> Scott





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.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