- Joined
- Jan 7, 2007
- Messages
- 8
- Reaction score
- 0
ok so i was going top execute the after recovering the mangos_bc.sql file but i got this error can anyone help?
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-03-23 20:48:00
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-03-23 20:48:00
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists