Sounds like you are trying to import records already present on server B.

You might want to add drop table in your dump...

Something like:

mysqldump --complete-insert --extended-insert --add-drop-table
<databasename>

Peter Normann

yousef albarak wrote:
> hi,
> I am try to restore many databases from server A to
> server B,but when with every database i got this error(s)
> mysql error: Duplicate entry '65535' for key 1
> 
> mysql error number: 1062
> 
> It happen with all databases in different lines.
> 
> Is there any solution for this errors?
> 
> Regards,
> Yousef
> 
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download
> today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to