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

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

Thanks very much.




---------------------------------------------------------------------
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