Hello.
In old versions of MySQL there was a bug with restoring MERGE tables:
http://bugs.mysql.com/bug.php?id=1846
"yousef albarak" <[EMAIL PROTECTED]> wrote:
> hello peter,
> I used this command to dump the data bases
> mysqldump -u root -p [database] > [filename.sql]
> and for re
Entry 'anychars' for key 2
>From: "Peter Normann"
<[EMAIL PROTECTED]>>To: "'yousef albarak'"
<[EMAIL PROTECTED]>,<mysql@lists.mysql.com>>Subject:
RE: how do i solve this problem?>Date: Sun, 7 Aug 2005 00:15:10
+0200&g
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
Peter Normann
yousef albarak wrote:
> hi,
> I am try to restore many databases from server
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
_