|
Форум Корзина форума [SkyFire] Help база чаров |
база чаров |
Code [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE, KEY `Idx_setindex` (`setindex`) USING BTREE ) ENGINE=InnoDB DEF' at line 27 [Err] /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_declinedname` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `genitive` varchar(15) NOT NULL DEFAULT '', `dative` varchar(15) NOT NULL DEFAULT '', `accusative` varchar(15) NOT NULL DEFAULT '', `instrumental` varchar(15) NOT NULL DEFAULT '', `prepositional` varchar(15) NOT NULL DEFAULT '', PRIMARY KEY (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_declinedname` -- LOCK TABLES `character_declinedname` WRITE; /*!40000 ALTER TABLE `character_declinedname` DISABLE KEYS */; /*!40000 ALTER TABLE `character_declinedname` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_equipmentsets` -- DROP TABLE IF EXISTS `character_equipmentsets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_equipmentsets` ( `guid` int(10) NOT NULL DEFAULT '0', `setguid` bigint(20) NOT NULL AUTO_INCREMENT, `setindex` tinyint(3) unsigned NOT NULL DEFAULT '0', `name` varchar(31) NOT NULL, `iconname` varchar(100) NOT NULL, `item0` int(10) unsigned NOT NULL DEFAULT '0', `item1` int(10) unsigned NOT NULL DEFAULT '0', `item2` int(10) unsigned NOT NULL DEFAULT '0', `item3` int(10) unsigned NOT NULL DEFAULT '0', `item4` int(10) unsigned NOT NULL DEFAULT '0', `item5` int(10) unsigned NOT NULL DEFAULT '0', `item6` int(10) unsigned NOT NULL DEFAULT '0', `item7` int(10) unsigned NOT NULL DEFAULT '0', `item8` int(10) unsigned NOT NULL DEFAULT '0', `item9` int(10) unsigned NOT NULL DEFAULT '0', `item10` int(10) unsigned NOT NULL DEFAULT '0', `item11` int(10) unsigned NOT NULL DEFAULT '0', `item12` int(10) unsigned NOT NULL DEFAULT '0', `item13` int(10) unsigned NOT NULL DEFAULT '0', `item14` int(10) unsigned NOT NULL DEFAULT '0', `item15` int(10) unsigned NOT NULL DEFAULT '0', `item16` int(10) unsigned NOT NULL DEFAULT '0', `item17` int(10) unsigned NOT NULL DEFAULT '0', `item18` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`setguid`), UNIQUE KEY `idx_set` (`guid`,`setguid`,`setindex`) USING BTREE, KEY `Idx_setindex` (`setindex`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_equipmentsets` -- LOCK TABLES `character_equipmentsets` WRITE; /*!40000 ALTER TABLE `character_equipmentsets` DISABLE KEYS */; /*!40000 ALTER TABLE `character_equipmentsets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_gifts` -- DROP TABLE IF EXISTS `character_gifts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_gifts` ( `guid` int(10) unsigned NOT NULL DEFAULT '0', `item_guid` int(10) unsigned NOT NULL DEFAULT '0', `entry` int(10) unsigned NOT NULL DEFAULT '0', `flags` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`item_guid`), KEY `idx_guid` (`guid`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_gifts` -- LOCK TABLES `character_gifts` WRITE; /*!40000 ALTER TABLE `character_gifts` DISABLE KEYS */; /*!40000 ALTER TABLE `character_gifts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_glyphs` -- DROP TABLE IF EXISTS `character_glyphs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_glyphs` ( `guid` int(10) unsigned NOT NULL, `spec` tinyint(3) unsigned NOT NULL DEFAULT '0', `glyph1` smallint(5) unsigned NOT NULL DEFAULT '0', `glyph2` smallint(5) unsigned DEFAULT '0', `glyph3` smallint(5) un [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!4' at line 5 [Err] /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_queststatus_rewarded` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `quest` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier', PRIMARY KEY (`guid`,`quest`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_queststatus_rewarded` -- LOCK TABLES `character_queststatus_rewarded` WRITE; /*!40000 ALTER TABLE `character_queststatus_rewarded` DISABLE KEYS */; /*!40000 ALTER TABLE `character_queststatus_rewarded` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_queststatus_seasonal` -- DROP TABLE IF EXISTS `character_queststatus_seasonal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_queststatus_seasonal` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `quest` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier', `event` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Event Identifier', PRIMARY KEY (`guid`,`quest`), KEY `idx_guid` (`guid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_queststatus_seasonal` -- LOCK TABLES `character_queststatus_seasonal` WRITE; /*!40000 ALTER TABLE `character_queststatus_seasonal` DISABLE KEYS */; /*!40000 ALTER TABLE `character_queststatus_seasonal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_queststatus_weekly` -- DROP TABLE IF EXISTS `character_queststatus_weekly`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_queststatus_weekly` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `quest` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier', PRIMARY KEY (`guid`,`quest`), KEY `idx_guid` (`guid`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_queststatus_weekly` -- LOCK TABLES `character_queststatus_weekly` WRITE; /*!40000 ALTER TABLE `character_queststatus_weekly` DISABLE KEYS */; /*!40000 ALTER TABLE `character_queststatus_weekly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_reputation` -- DROP TABLE IF EXISTS `character_reputation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_reputation` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `faction` smallint(5) unsigned NOT NULL DEFAULT '0', `standing` int(11) NOT NULL DEFAULT '0', `flags` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`guid`,`faction`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_reputation` -- LOCK TABLES `character_reputation` WRITE; /*!40000 ALTER TABLE `character_reputation` DISABLE KEYS */; /*!40000 ALTER TABLE `character_reputation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `character_skills` -- DROP TABLE IF EXISTS `character_skills`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `character_skills` ( `guid` int(10) unsigned NOT NULL COMMENT 'Global Unique Identifier', `skill` smallint(5) unsigned NOT NULL, `value` smallint(5) unsigned NOT NULL, `max` smallint(5) unsigned NOT NULL, PRIMARY KEY (`guid`,`skill`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System'; /*!40101 SET character_set_client = @saved_cs_client * [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE, KEY `idx_online` (`online`) USING BTREE, KEY `idx_name` (`nam' at line 74 [Err] CREATE TABLE `character_version` ( `core_version` varchar(120) NOT NULL DEFAULT 'SkyFireEMU Rebase 4.0.6a' COMMENT 'Core revision dumped at startup.', `character_db_version` varchar(120) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Version Notes'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `character_version` -- LOCK TABLES `character_version` WRITE; /*!40000 ALTER TABLE `character_version` DISABLE KEYS */; INSERT INTO `character_version` VALUES ('2012_03_11 - fad059fdde','2012_03_13_00'); /*!40000 ALTER TABLE `character_version` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `characters` -- DROP TABLE IF EXISTS `characters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `characters` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `account` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account Identifier', `name` varchar(12) NOT NULL DEFAULT '', `race` tinyint(3) unsigned NOT NULL DEFAULT '0', `class` tinyint(3) unsigned NOT NULL DEFAULT '0', `gender` tinyint(3) unsigned NOT NULL DEFAULT '0', `level` tinyint(3) unsigned NOT NULL DEFAULT '0', `xp` int(10) unsigned NOT NULL DEFAULT '0', `money` int(10) unsigned NOT NULL DEFAULT '0', `playerBytes` int(10) unsigned NOT NULL DEFAULT '0', `playerBytes2` int(10) unsigned NOT NULL DEFAULT '0', `playerFlags` int(10) unsigned NOT NULL DEFAULT '0', `position_x` float NOT NULL DEFAULT '0', `position_y` float NOT NULL DEFAULT '0', `position_z` float NOT NULL DEFAULT '0', `map` int(10) DEFAULT NULL, `instance_id` int(10) unsigned NOT NULL DEFAULT '0', `instance_mode_mask` tinyint(3) unsigned NOT NULL DEFAULT '0', `orientation` float NOT NULL DEFAULT '0', `taximask` text NOT NULL, `online` tinyint(3) unsigned NOT NULL DEFAULT '0', `cinematic` tinyint(3) unsigned NOT NULL DEFAULT '0', `totaltime` int(10) unsigned NOT NULL DEFAULT '0', `leveltime` int(10) unsigned NOT NULL DEFAULT '0', `logout_time` int(10) unsigned NOT NULL DEFAULT '0', `is_logout_resting` tinyint(3) unsigned NOT NULL DEFAULT '0', `rest_bonus` float NOT NULL DEFAULT '0', `resettalents_cost` int(10) unsigned NOT NULL DEFAULT '0', `resettalents_time` int(10) unsigned NOT NULL DEFAULT '0', `trans_x` float NOT NULL DEFAULT '0', `trans_y` float NOT NULL DEFAULT '0', `trans_z` float NOT NULL DEFAULT '0', `trans_o` float NOT NULL DEFAULT '0', `transguid` mediumint(8) unsigned NOT NULL DEFAULT '0', `extra_flags` smallint(5) unsigned NOT NULL DEFAULT '0', `at_login` smallint(5) unsigned NOT NULL DEFAULT '0', `zone` int(10) DEFAULT NULL, `death_expire_time` int(10) unsigned NOT NULL DEFAULT '0', `taxi_path` text, `conquestPoints` int(10) unsigned NOT NULL DEFAULT '0', `totalHonorPoints` int(10) unsigned NOT NULL DEFAULT '0', `totalKills` int(10) unsigned NOT NULL DEFAULT '0', `todayKills` smallint(5) unsigned NOT NULL DEFAULT '0', `yesterdayKills` smallint(5) unsigned NOT NULL DEFAULT '0', `chosenTitle` int(10) unsigned NOT NULL DEFAULT '0', `watchedFaction` int(10) unsigned NOT NULL DEFAULT '0', `drunk` smallint(5) unsigned NOT NULL DEFAULT '0', `health` int(10) unsigned NOT NULL DEFAULT '0', `power1` int(10) unsigned NOT NULL DEFAULT '0', `power2` int(10) unsigned NOT NULL DEFAULT '0', `power3` int(10) unsigned NOT NULL DEFAULT '0', `power4` int(10) unsigned NOT NULL DEFAULT '0', `power5` int(10) unsigned NOT NULL DEFAULT '0', `power6` int(10) unsigned NOT NULL DEFAULT '0', `power7` int(10) unsigned NOT NULL DEFAULT '0', `power8` int(10) unsigned NOT NULL DEFAULT '0', `power9` int(10) unsigned NOT NULL DEFAULT '0', `power10` int(10) unsigned NOT NULL DEFAULT '0', `latency` mediumint(8) unsigned NOT NULL DEFAULT '0', `speccount` tinyint(3) unsigned NOT NULL DEFAULT '1', `activespec` tinyint(3) unsigned NOT NULL DEFA [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Groups'; /*!40101 SE' at line 19 [Err] CREATE TABLE `group_member` ( `guid` int(10) unsigned NOT NULL, `memberGuid` int(10) unsigned NOT NULL, `memberFlags` tinyint(3) unsigned NOT NULL DEFAULT '0', `subgroup` tinyint(3) unsigned NOT NULL DEFAULT '0', `roles` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`memberGuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Groups'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `group_member` -- LOCK TABLES `group_member` WRITE; /*!40000 ALTER TABLE `group_member` DISABLE KEYS */; /*!40000 ALTER TABLE `group_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groups` -- DROP TABLE IF EXISTS `groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `groups` ( `guid` int(10) unsigned NOT NULL, `leaderGuid` int(10) unsigned NOT NULL, `lootMethod` tinyint(3) unsigned NOT NULL, `looterGuid` int(10) unsigned NOT NULL, `lootThreshold` tinyint(3) unsigned NOT NULL, `icon1` int(10) unsigned NOT NULL, `icon2` int(10) unsigned NOT NULL, `icon3` int(10) unsigned NOT NULL, `icon4` int(10) unsigned NOT NULL, `icon5` int(10) unsigned NOT NULL, `icon6` int(10) unsigned NOT NULL, `icon7` int(10) unsigned NOT NULL, `icon8` int(10) unsigned NOT NULL, `groupType` tinyint(3) unsigned NOT NULL, `difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0', `raiddifficulty` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`guid`), KEY `leaderGuid` (`leaderGuid`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Groups'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groups` -- LOCK TABLES `groups` WRITE; /*!40000 ALTER TABLE `groups` DISABLE KEYS */; /*!40000 ALTER TABLE `groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild` -- DROP TABLE IF EXISTS `guild`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `guild` ( `guildid` int(10) unsigned NOT NULL DEFAULT '0', `name` varchar(24) NOT NULL DEFAULT '', `leaderguid` int(10) unsigned NOT NULL DEFAULT '0', `EmblemStyle` tinyint(3) unsigned NOT NULL DEFAULT '0', `EmblemColor` tinyint(3) unsigned NOT NULL DEFAULT '0', `BorderStyle` tinyint(3) unsigned NOT NULL DEFAULT '0', `BorderColor` tinyint(3) unsigned NOT NULL DEFAULT '0', `BackgroundColor` tinyint(3) unsigned NOT NULL DEFAULT '0', `info` text NOT NULL, `motd` varchar(128) NOT NULL DEFAULT '', `createdate` int(10) unsigned NOT NULL DEFAULT '0', `BankMoney` bigint(20) unsigned NOT NULL DEFAULT '0', `xp` bigint(20) unsigned NOT NULL, `level` int(10) unsigned NOT NULL, `m_today_xp` bigint(20) NOT NULL, `m_xp_cap` bigint(20) NOT NULL, PRIMARY KEY (`guildid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Guild System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild` -- LOCK TABLES `guild` WRITE; /*!40000 ALTER TABLE `guild` DISABLE KEYS */; /*!40000 ALTER TABLE `guild` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_achievement` -- DROP TABLE IF EXISTS `guild_achievement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `guild_achievement` ( `guildid` int(20) unsigned NOT NULL, `achievement` smallint(10) unsigned NOT NULL, `date` int(20) unsigned DEFAULT NULL, PRIMARY KEY (`guildid`,`achievement`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_achievement` -- LOCK TABLES `guild_achievement` WRITE; /*!40000 ALTER TABLE `guild_achievement` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_achievement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_achievement_progress` -- DROP TABLE IF EXISTS `guild_ac [Err] 1146 - Table 'characterscata.guild_news' doesn't exist [Err] /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_news` -- LOCK TABLES `guild_news` WRITE; /*!40000 ALTER TABLE `guild_news` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_rank` -- DROP TABLE IF EXISTS `guild_rank`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `guild_rank` ( `guildid` int(10) unsigned NOT NULL DEFAULT '0', `rid` tinyint(3) unsigned NOT NULL, `rname` varchar(20) NOT NULL DEFAULT '', `rights` mediumint(8) unsigned NOT NULL DEFAULT '0', `BankMoneyPerDay` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`guildid`,`rid`), KEY `Idx_rid` (`rid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Guild System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_rank` -- LOCK TABLES `guild_rank` WRITE; /*!40000 ALTER TABLE `guild_rank` DISABLE KEYS */; /*!40000 ALTER TABLE `guild_rank` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `guild_xp_for_level` -- DROP TABLE IF EXISTS `guild_xp_for_level`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `guild_xp_for_level` ( `lvl` int(11) NOT NULL, `xp_for_next_level` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `guild_xp_for_level` -- LOCK TABLES `guild_xp_for_level` WRITE; /*!40000 ALTER TABLE `guild_xp_for_level` DISABLE KEYS */; INSERT INTO `guild_xp_for_level` VALUES (1,16580000),(2,18240000),(3,19900000),(4,21550000),(5,23220000),(6,24880000),(7,26530000),(8,28190000),(9,29850000),(10,31510000),(11,33170 000),(12,34820000),(13,36490000),(14,38140000),(15,39800000),(16,41450000),(17,43120000),(18,44780000),(19,46430000),(20,48090000),(21,49750 000),(22,51410000),(23,53060000),(24,54730000); /*!40000 ALTER TABLE `guild_xp_for_level` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `instance` -- DROP TABLE IF EXISTS `instance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `instance` ( `id` int(10) unsigned NOT NULL DEFAULT '0', `map` smallint(5) unsigned NOT NULL DEFAULT '0', `resettime` int(10) unsigned NOT NULL DEFAULT '0', `difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0', `completedEncounters` int(10) unsigned NOT NULL DEFAULT '0', `data` tinytext NOT NULL, PRIMARY KEY (`id`), KEY `map` (`map`) USING BTREE, KEY `resettime` (`resettime`) USING BTREE, KEY `difficulty` (`difficulty`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `instance` -- LOCK TABLES `instance` WRITE; /*!40000 ALTER TABLE `instance` DISABLE KEYS */; /*!40000 ALTER TABLE `instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `instance_encounters` -- DROP TABLE IF EXISTS `instance_encounters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `instance_encounters` ( `entry` int(10) unsigned NOT NULL COMMENT 'Unique entry from DungeonEncounter.dbc', `creditType` tinyint(3) unsigned NOT NULL DEFAULT '0', `creditEntry` int(10) unsigned NOT NULL DEFAULT '0', `lastEncounterDungeon` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'If not 0, LfgDungeon.dbc entry for the instance it is last encounter in', `comment` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `instance_encounters` -- LOCK TABLES `instance_encounters` WRITE; /*!40000 ALTER TABLE `instance_encounters` DISABLE KEYS */; /*!40000 ALTER TABLE `i [Err] 1146 - Table 'characterscata.lfg_data' doesn't exist [Err] /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lfg_data` -- LOCK TABLES `lfg_data` WRITE; /*!40000 ALTER TABLE `lfg_data` DISABLE KEYS */; /*!40000 ALTER TABLE `lfg_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail` -- DROP TABLE IF EXISTS `mail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mail` ( `id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier', `messageType` tinyint(3) unsigned NOT NULL DEFAULT '0', `stationery` tinyint(3) NOT NULL DEFAULT '41', `mailTemplateId` smallint(5) unsigned NOT NULL DEFAULT '0', `sender` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Character Global Unique Identifier', `receiver` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Character Global Unique Identifier', `subject` longtext, `body` longtext, `has_items` tinyint(3) unsigned NOT NULL DEFAULT '0', `expire_time` int(10) unsigned NOT NULL DEFAULT '0', `deliver_time` int(10) unsigned NOT NULL DEFAULT '0', `money` int(10) unsigned NOT NULL DEFAULT '0', `cod` int(10) unsigned NOT NULL DEFAULT '0', `checked` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_receiver` (`receiver`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Mail System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mail` -- LOCK TABLES `mail` WRITE; /*!40000 ALTER TABLE `mail` DISABLE KEYS */; /*!40000 ALTER TABLE `mail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_items` -- DROP TABLE IF EXISTS `mail_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mail_items` ( `mail_id` int(10) unsigned NOT NULL DEFAULT '0', `item_guid` int(10) unsigned NOT NULL DEFAULT '0', `receiver` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Character Global Unique Identifier', PRIMARY KEY (`item_guid`), KEY `idx_receiver` (`receiver`) USING BTREE, KEY `idx_mail_id` (`mail_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mail_items` -- LOCK TABLES `mail_items` WRITE; /*!40000 ALTER TABLE `mail_items` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pet_aura` -- DROP TABLE IF EXISTS `pet_aura`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pet_aura` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `caster_guid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Full Global Unique Identifier', `spell` mediumint(8) unsigned NOT NULL DEFAULT '0', `effect_mask` tinyint(3) unsigned NOT NULL DEFAULT '0', `recalculate_mask` tinyint(3) unsigned NOT NULL DEFAULT '0', `stackcount` tinyint(3) unsigned NOT NULL DEFAULT '1', `amount0` mediumint(8) NOT NULL, `amount1` mediumint(8) NOT NULL, `amount2` mediumint(8) NOT NULL, `base_amount0` mediumint(8) NOT NULL, `base_amount1` mediumint(8) NOT NULL, `base_amount2` mediumint(8) NOT NULL, `maxduration` int(11) NOT NULL DEFAULT '0', `remaintime` int(11) NOT NULL DEFAULT '0', `remaincharges` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`guid`,`spell`,`effect_mask`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Pet System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pet_aura` -- LOCK TABLES `pet_aura` WRITE; /*!40000 ALTER TABLE `pet_aura` DISABLE KEYS */; /*!40000 ALTER TABLE `pet_aura` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pet_spell` -- DROP TABLE IF EXISTS `pet_spell`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TAB [Err] 1146 - Table 'characterscata.worldstates' doesn't exist [Err] -- -- Dumping data for table `worldstates` -- LOCK TABLES `worldstates` WRITE; /*!40000 ALTER TABLE `worldstates` DISABLE KEYS */; INSERT INTO `worldstates` VALUES (31001,0,'WG war status'),(31002,0,'WG clock'),(31003,0,'WG Fortress Defender'),(31004,0,'WG TEMP Battle Control Faction'),(33280,0,NULL),(55629,0,NULL); /*!40000 ALTER TABLE `worldstates` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2012-04-29 18:32:59 [Msg] Finished - Unsuccessfully -------------------------------------------------- Добавлено (22.05.2012, 11:01) |
У Вас ошибка в запросе, проверьте руководство, которое соответствует используемой версии MySQL на предмет корректного синтаксиса около "ИСПОЛЬЗОВАНИЕ БТР"
WOWflag.ru Я могу указать дверь войти в неё ты должен сам(Я могу дать совет решить задачу должен ты сам...) Видео мануал по компиляции ядра SkyFire
Сообщение # 3 написано 22.05.2012 в 13:21
|
| |||
| |||