Re: [mysql-php] mysqlimport error

2004-06-09 Thread Egor Egorov
IL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 02, 2004 4:38 PM > Subject: Re: [mysql-php] mysqlimport error > > >> "nikos" <[EMAIL PROTECTED]> wrote: >> > >> > I'm trying >> > >> > > mysqlimport -

Re: [mysql-php] mysqlimport error

2004-06-07 Thread nikos
is that a problem? I want to avoid ftp db.txt files and then mysqlimport them - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 4:38 PM Subject: Re: [mysql-php] mysqlimport error > "ni

Re: [mysql-php] mysqlimport error

2004-06-02 Thread Egor Egorov
"nikos" <[EMAIL PROTECTED]> wrote: > > I'm trying > > mysqlimport --local -d --fields-enclosed-by="|" --fields-terminated-by=";" - > -lines-terminted-by="\n" -unikos -p mydb c://temp//programs.txt > > but i get an > Error: File 'c:/temp/programs.txt' not found (Errcode: 2), when using > table: p

[mysql-php] mysqlimport error

2004-06-02 Thread nikos
Hello list I'm trying mysqlimport --local -d --fields-enclosed-by="|" --fields-terminated-by=";" - -lines-terminted-by="\n" -unikos -p mydb c://temp//programs.txt but i get an Error: File 'c:/temp/programs.txt' not found (Errcode: 2), when using table: programs What I'm doing wrong? RH-9 - AP

mysqlimport error

2003-12-01 Thread Jay Blanchard
Good morning, We recently put a new server online (FreeBSD) with MySQL version 4.0.15. I have a couple of AWK scripts which used to work properly (on another FreeBSD server with 3.23.n MySQL) with mysqlimport. Now I am getting the following error... /usr/local/bin/mysqlimport: Error: The used

RE: mysqlimport: Error: Can't get stat of

2003-03-24 Thread Jennifer Goodie
Probably a permission problem. If it cannot read the file it cannot import it. monster> perror 13 Error code 13: Permission denied -Original Message- From: James E Hicks III [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 11:48 AM To: Mysql Subject: mysqlimport: Error: Ca

RE: mysqlimport: Error: Can't get stat of

2003-03-24 Thread Dan Wright
ust have the FILE privilege on the server host. Try chmoding it 666 or moving it to the same partition as your MySQL data dir. Dan -Original Message- From: James E Hicks III [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 2:48 PM To: Mysql Subject: mysqlimport: Error: Can't get

RE: mysqlimport: Error: Can't get stat of

2003-03-24 Thread Don Read
On 24-Mar-2003 James E Hicks III wrote: > mysqlimport: Error: Can't get stat of '/fullpathto/thefile.SQL' (Errcode: > 13), when using table: thefile > localhost.dread$ perror 13 Error code 13: Permission denied localhost.dread$ -- Don Read

RE: mysqlimport: Error: Can't get stat of

2003-03-24 Thread James E Hicks III
: mysqlimport: Error: Can't get stat of Why am I getting this error? I have looked on google and it said to use the full path when naming the import file. I have done this and still get the error. What else could I be doing wrong? # mysqlimport -d --fields-optionally-enclosed-by=\' --fields-ter

mysqlimport: Error: Can't get stat of

2003-03-24 Thread James E Hicks III
sword=pword DB_2update /fullpathto/thefile.SQL mysqlimport: Error: Can't get stat of '/fullpathto/thefile.SQL' (Errcode: 13), w hen using table: thefile For the filter. sql, query James E Hicks III Noland Company 2700 Warwick Blvd Newport News, VA 23607 757-928-9000 ext 435 [EMAIL PR

re: mysqlimport error

2003-02-18 Thread Egor Egorov
On Tuesday 18 February 2003 12:08, Stefan Immel wrote: > we get a strange error when trying to import data into our database: > mysqlimport: Error: Can't get stat of 'KUNDEN' (Errcode: 13), when using > table: KUNDEN > > it is NO permission Problem, the file ist w

RE: mysqlimport error

2003-02-18 Thread Stefan Immel
> it is NO permission Problem, the file ist world readable and > the user CAN access the DB. stupid me, it WAS a permission problem. The permission for a directory in the path wasn't right. sql, mysql or what else the spam filter needs. -

mysqlimport error

2003-02-18 Thread Stefan Immel
we get a strange error when trying to import data into our database: mysqlimport: Error: Can't get stat of 'KUNDEN' (Errcode: 13), when using table: KUNDEN it is NO permission Problem, the file ist world readable and the user CAN access the DB. any hints what else could

mysqlimport: Error: The used command is not allowed with this MySQL version, when using table

2002-07-31 Thread lana lana
Hello to everybody, I installed mysql ver 11.17 distrib 3.23.49a on redhat 7.2. I would like to import data into database table using command line instructions. I tried mysqlimport but I got the following error messagge mysqlimport: Error: The used command is not allowed with this MySQL version

Re: mysqlimport error!

2001-08-09 Thread Gerald Clark
That means the server does not have permission to read the file. James E. Hicks III wrote: > What exactly does this error mean? > > mysqlimport: Error: Can't get stat of '/home/jameshicks/NONSTOCK' (Errcode: 13), > when using table: NONSTO