Jump to content

Problem


Guest eluizh

Recommended Posts

I'm having this problem when loading the sql MANGOS in SQLyog

/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;

UNLOCK TABLES;

DROP TABLE IF EXISTS `spell_elixir`;

CREATE TABLE `spell_elixir` (

`entry` int(11) unsigned NOT NULL default '0' COMMENT 'SpellId of potion',

`mask` tinyint(1) unsigned NOT NULL default '0' COMMENT 'Mask 0x1 battle 0x2 guardian 0x3 flask 0x7 unstable flasks 0xB shattrath flasks',

PRIMARY KEY (`entry`)

) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';

LOCK TABLES `spell_elixir` WRITE;

/*!40000 ALTER TABLE `spell_elixir` DISABLE KEYS */

Error occured at:2010-09-09 22:22:18

Line no.:16453

Error Code: 1064 - Você tem um erro de sintaxe no seu SQL próximo a ';

UNLOCK TABLES;

DROP TABLE IF EXISTS `spell_elixir`;

CREATE TABLE `spell_elixir' na linha 1878

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use