Re: view warnings?

2003-12-10 Thread Egor Egorov
Bryan Harris <[EMAIL PROTECTED]> wrote: >>> I'm pretty new to MySQL, but I already like it. Kudos to the developers! >>> >>> I recently did a mysqlimport on a few data files, and it came back with over >>> 4000 warnings. How can I actually see what the warnings were? I'm still >>> not sure what

Re: view warnings?

2003-12-09 Thread Bryan Harris
>> I'm pretty new to MySQL, but I already like it. Kudos to the developers! >> >> I recently did a mysqlimport on a few data files, and it came back with over >> 4000 warnings. How can I actually see what the warnings were? I'm still >> not sure what it was upset about... > > You can't. > Fr

Re: view warnings?

2003-12-08 Thread Egor Egorov
Bryan Harris <[EMAIL PROTECTED]> wrote: > > I'm pretty new to MySQL, but I already like it. Kudos to the developers! > > I recently did a mysqlimport on a few data files, and it came back with over > 4000 warnings. How can I actually see what the warnings were? I'm still > not sure what it was

view warnings?

2003-12-07 Thread Bryan Harris
I'm pretty new to MySQL, but I already like it. Kudos to the developers! I recently did a mysqlimport on a few data files, and it came back with over 4000 warnings. How can I actually see what the warnings were? I'm still not sure what it was upset about... TIA. - Bryan -- MySQL General

re: View Warnings

2003-02-26 Thread Victoria Reznichenko
496 Deleted: 0 Skipped: 0 Warnings: 1494 > > I am glad it loaded my file (it took me ages to build it)... but how do I > view the warnings? You can view warnings since 4.1: http://www.mysql.com/doc/en/SHOW_WARNINGS.html -- For technical support contracts, goto https://order.my

View Warnings

2003-02-25 Thread Robert Mark Bram
Howdy all! mysql>LOAD DATA LOCAL ->INFILE "/Rob/architecturalScreens/prototype/v1/database/insertPart.dat" ->INTO TABLE part; Query OK, 496 rows affected (0.08 sec) Records: 496 Deleted: 0 Skipped: 0 Warnings: 1494 I am glad it loaded my file (it took me ages to build it)..