[rt-users] When importing database from mysqldump, cannot creat table Attributes
Chris Mason (Lists)
lists at masonc.com
Mon Jan 30 07:25:26 EST 2006
mysql> CREATE TABLE `Attributes` (
-> `id` int(11) NOT NULL auto_increment,
-> `Name` varchar(255) default NULL,
-> `Description` varchar(255) default NULL,
-> `Content` text,
-> `ContentType` varchar(16) default NULL,
-> `ObjectType` varchar(64) default NULL,
-> `ObjectId` int(11) default NULL,
-> `Creator` int(11) NOT NULL default '0',
-> `Created` datetime default NULL,
-> `LastUpdatedBy` int(11) NOT NULL default '0',
-> `LastUpdated` datetime default NULL,
-> PRIMARY KEY (`id`),
-> KEY `Attributes1` (`Name`),
-> KEY `Attributes2` (`ObjectType`,`ObjectId`)
-> ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ERROR 1005 (HY000): Can't create table './rt3/Attributes.frm' (errno: 121)
I am not sure what is causing this, any ideas?
--
Chris Mason
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the rt-users
mailing list