I have a dump from a database in a FreeBSD box with MySQL version 4.0.20 and I am trying to import this dump to a mysql DB server which runs gentoo and a MySQL version of 4.0.24 but when I tried to do mysql dbname < dbname.mysql I get this error:
ERROR 1060 at line 574: Duplicate column name 'dealer_type_id' Any clues? I was able to import this dump to a MySQL 4.0.24 in a box with Ubuntu. Thanks for your help