Re: Re: load data worked with warnings

2002-11-21 Thread DL Neil
Pallavi, [Please keep replies on-list. It helps other people, my mail rules keep you separated from paying clients, and the list archives are complete] > actually i created a new file by vim & then did cut & paste . =therein lies the problem. If you compare the listing below with the expected out

Re: load data worked with warnings

2002-11-20 Thread DL Neil
Pallavi, > mysql> load data infile "pet.txt" into table pet; > ERROR 1105: File './test/pet.txt' not found (Errcode: 2) > mysql> load data infile "pet.txt" into table pet; > Query OK, 8 rows affected (0.00 sec) > Records: 8 Deleted: 0 Skipped: 0 Warnings: 4 > > mysql> select * from pet; > +