Hi Jason,

if you run mysql with -f it will ignore any errors and continue importing

cat aac.sql | mysql -f -u root AAC

Isart

On Wed, Jun 17, 2009 at 8:59 PM, Jason Novotny <jason.novo...@gmail.com>wrote:

>  Hi,
>
>   I'm trying to import a dumpfile like so:
>
> cat aac.sql | mysql -u root AAC
>
> It all runs fine until I get something like:
>
> ERROR 1061 (42000) at line 5671: Duplicate key name 'FK_mediaZip_to_zipSet'
>
>
> Is there a way I can tell it to ignore or replace the key?
>
> Thanks, Jason
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/mysql?unsub=isart.mont...@gmail.com
>
>

Reply via email to