Reputation: 6014
I was wonder if anyone knows how I can hide errors while running a mysql import from the Windows command line. I am doing,
mysql -u root -p < db_import.sql
However if I get an error like "ERROR 1060 at line 1: Duplicate column name field2
" is there a way that I can stop these from showing?
Upvotes: 1
Views: 180