When I import a table the display shows how many rows were updated, how many were ignored, and how many warnings there were. How do I find out what the warnings were?
Use SHOW WARNINGS command to get more info. In this case, however, I belive MySql only returns the number of warnings, but no additional data is recorded.