re: problem with the load data

2003-02-11 Thread Egor Egorov
On Tuesday 11 February 2003 18:13, Edgard Dapás wrote: > I'm trying to load a text file, I've extract from access, and Ihave the > following error > > > mysql> LOAD DATA INFILE '/home/dapasedg/provedores.txt' INTO TABLE > proveedores -> FIELDS TERMINATED BY '|' ENCLOSED BY '"'; > ERROR 13: Can't ge

Re: problem with the load data

2003-02-11 Thread Stefan Hinz
Edgard, > I'm trying to load a text file, I've extract from access, and Ihave the > following error mysql>> LOAD DATA INFILE '/home/dapasedg/provedores.txt' INTO TABLE proveedores > -> FIELDS TERMINATED BY '|' ENCLOSED BY '"'; > ERROR 13: Can't get stat of '/home/dapasedg/provedores.txt' (Errc

problem with the load data

2003-02-11 Thread Edgard Dapás
I'm trying to load a text file, I've extract from access, and Ihave the following error mysql> LOAD DATA INFILE '/home/dapasedg/provedores.txt' INTO TABLE proveedores -> FIELDS TERMINATED BY '|' ENCLOSED BY '"'; ERROR 13: Can't get stat of '/home/dapasedg/provedores.txt' (Errcode: 13) Anybo