Thanks a lot for the perror. However it doesn't seem to have descriptions
for some code (ex. 1046, 1064).
But still, it was really usefull (y MySQL book doesn't mention that, weird)
Cindy wrote:
C:
C: Bill Adams writes:
C: >Cindy wrote:
C: >
C: >> I tried checking for error codes in the
Bill Adams writes:
>Cindy wrote:
>
>> I tried checking for error codes in the documentation, but didn't find
>> anything particularly useful.
>>
>> I'm getting this:
>> mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wor
>dindex (aid, wid, wordform, start, length);
Cindy wrote:
> I tried checking for error codes in the documentation, but didn't find
> anything particularly useful.
>
> I'm getting this:
> mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wordindex
>(aid, wid, wordform, start, length);
> ERROR 1030: Got error 28 from ta
I tried checking for error codes in the documentation, but didn't find
anything particularly useful.
I'm getting this:
mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wordindex
(aid, wid, wordform, start, length);
ERROR 1030: Got error 28 from table handler
In case it h