tl,
Wednesday, September 25, 2002, 1:29:07 PM, you wrote:

t> Please help me "alter table":
t> ___________________________________________________________
t> |                                                          |
t>  CREATE TABLE `f_ivairus_bodies` (
t>   `id` int(11) NOT NULL default '0',
t>   `body` text NOT NULL,
t>   `thread` int(11) NOT NULL default '0',
t>   PRIMARY KEY  (`id`),
t>   KEY `thread` (`thread`)
t> ) TYPE=ISAM PACK_KEYS=1
t> |___________________________________________________________|

t> On:
t> mysql>alter table  f_ivairus_bodies TYPE = MYISAM;
t> I have an error :
t> mysql>ERROR 1062: Duplicate entry '1867' for key 1

I tested your example with some test data and all worked fine.

What version of MySQL do you use?


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





---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to