christopher sagayam writes:
> hello
>
> I am getting an ERROR , when I use mysql client , when I use ' LOAD
> INFILE ....' . I want to get more info about error.
>
> error is error :1 warings 345..
>
> where I should look into , which directory , which file --to get a full
> description of the ERROR
>
>
> chris
>
> christopher_sagx@stripped
Hi!
LOAD DATA is what is called a batch process, it is not interactive.
But you could look at your update log and in your data. Because in
such a case, it is tipically something wrong with yuor text file.
If I were in your shoes, I would have inspected that first.
Sinisa
+----------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:sinisa@stripped|
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Larnaka, Cyprus |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+----------------------------------------------------------------------+