> > 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? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]