Victoria Reznichenko wrote:
[EMAIL PROTECTED] wrote:

mysql> LOAD DATA LOCAL INFILE './2003-01/MKR_OCAK.txt' INTO

TABLE quantis_mkr;


Query OK, 271392 rows affected (4 min 2.95 sec)
Records: 271392  Deleted: 0  Skipped: 0  Warnings: 61

How can I see those warnings? I checked the error log but nothing shows up there.


From version 4.1.1 you can use SHOW WARNINGS command: http://www.mysql.com/doc/en/SHOW_WARNINGS.html

What about earlier versions? I'm using 4.0.13 Can I see those warnings in 4.0.13?



Unfortunately you can't see warnings for LOAD DATA before 4.1.1.



Hi,


And I suppose we can't see that warnings with the mysqlimport to

Jerome de Roquette-Buisson




-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to