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 restoring i used

> mysql  -uUSERNAME -p newdbname < /path/to/dump.sql

> 

> with all databases i got this kind of errors in different lines:

> ERROR 1062 (23000) at line 377726: Duplicate Entry 'anychars' for key 2

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




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

Reply via email to