· 9 years ago · Oct 23, 2016, 07:32 PM
15 queries executed, 1 success, 4 errors, 1 warnings
2
3Query: DROP TABLE IF EXISTS `aa_item_dbc`
4
50 row(s) affected, 1 warning(s)
6
7Execution Time : 0 sec
8Transfer Time : 1.317 sec
9Total Time : 1.317 sec
10
11Note: To see complete list of warning(s), enable Tools -> Preferences -> General -> Show Warning(s) in Messages Tab
12--------------------------------------------------
13
14Query: CREATE TABLE `aa_item_dbc` ( `id` INT(11) NOT NULL DEFAULT '0', `class` INT(11) NOT NULL DEFAULT '0', `subclass` INT(11) NOT NUL...
15
16Error Code: 1050
17Table '`world`.`aa_item_dbc`' already exists
18
19Execution Time : 0 sec
20Transfer Time : 0 sec
21Total Time : 0.006 sec
22--------------------------------------------------
23
24Query: ALTER TABLE `aa_item_dbc` CHANGE `id` `id` VARCHAR(255) DEFAULT '0' NOT NULL, CHANGE `class` `class` VARCHAR(255) DEFAULT '0' NO...
25
26Error Code: 1146
27Table 'world.aa_item_dbc' doesn't exist
28
29Execution Time : 0 sec
30Transfer Time : 0 sec
31Total Time : 0 sec
32--------------------------------------------------
33
34Query: INSERT INTO `aa_item_dbc` VALUES ('int','int','int','int','int','int','int','int')
35
36Error Code: 1146
37Table 'world.aa_item_dbc' doesn't exist
38
39Execution Time : 0 sec
40Transfer Time : 0 sec
41Total Time : 0 sec
42--------------------------------------------------
43
44Query: INSERT INTO `aa_item_dbc` SELECT `item_template`.entry, `item_template`.class, `item_template`.subclass, `item_template`.SoundOv...
45
46Error Code: 1146
47Table 'world.aa_item_dbc' doesn't exist
48
49Execution Time : 0 sec
50Transfer Time : 0 sec
51Total Time : 0 sec