I got an MySQL dump with ONLY insert statements. I tried to import it like this:
mysql> \. racktablesTabellen.sql
which always worked for me, till now because I got some errors I have to ignore. Can anybody tell me how to Ignore errors and just keep on with the entries when I got an sql dump with only insert statements ?