Oliver,
Thursday, June 13, 2002, 5:39:52 PM, you wrote:

OV> I imported a text file and got following results:

OV> mysql> load data local infile 'update.txt' into table PLZV lines
OV> terminated by '\r\n' ignore 2 lines;
OV> Query OK, 46658 rows affected (0.66 sec)
OV> Records: 46658  Deleted: 0  Skipped: 0  Warnings: 4

OV> Where are the warnings stored?

Warnings are not stored anywhere.

OV> Can I find out what went wrong during the
OV> import?

You can put your data using SELECT INTO OUTFILE into another file and
compare this file to your original file.
Check also:
        http://www.mysql.com/doc/L/O/LOAD_DATA.html

OV> Oliver




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to