Hi guys!
I have a problem with restore from backup, I use:
mysql myschema<mypath/script.sql -u mysql --password=mysql
but I have two rows that have same values except the case senditivive of one letter, so my questions are..
1) Can i enable case sensitive?
2) Can i configure mysql to don't stop where there is an error? ..the tables after the "duplicate key" error are empty

(
I use mysql 5 on linux...
Thanks