· 7 years ago · Nov 11, 2018, 01:24 AM
1> [01:20:18 INFO]: [SimpleClans] Enabling SimpleClans v1.1
2> [01:20:20 INFO]: [SimpleClans] MySQL Connection successful
3> [01:20:20 INFO]: Creating table: sc_clans
4> [01:20:20 ERROR]: CREATE command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_clans'
5> [01:20:20 ERROR]: Query: CREATE TABLE IF NOT EXISTS `sc_clans` ( `id` bigint(20) NOT NULL auto_increment, `verified` tinyint(1) default '0', `tag` varchar(25) NOT NULL, `color_tag` varchar(25) NOT NULL, `name` varchar(100) NOT NULL, `friendly_fire` tinyint(1) default '0', `founded` bigint NOT NULL, `last_used` bigint NOT NULL, `packed_allies` text NOT NULL, `packed_rivals` text NOT NULL, `packed_bb` mediumtext NOT NULL, `cape_url` varchar(255) NOT NULL, `flags` text NOT NULL, `balance` double(64,2), PRIMARY KEY (`id`), UNIQUE KEY `uq_simpleclans_1` (`tag`));
6> [01:20:20 INFO]: Creating table: sc_players
7> [01:20:20 ERROR]: CREATE command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_players'
8> [01:20:20 ERROR]: Query: CREATE TABLE IF NOT EXISTS `sc_players` ( `id` bigint(20) NOT NULL auto_increment, `name` varchar(16) NOT NULL, `leader` tinyint(1) default '0', `tag` varchar(25) NOT NULL, `friendly_fire` tinyint(1) default '0', `neutral_kills` int(11) default NULL, `rival_kills` int(11) default NULL, `civilian_kills` int(11) default NULL, `deaths` int(11) default NULL, `last_seen` bigint NOT NULL, `join_date` bigint NOT NULL, `trusted` tinyint(1) default '0', `flags` text NOT NULL, `packed_past_clans` text, PRIMARY KEY (`id`), UNIQUE KEY `uq_sc_players_1` (`name`));
9> [01:20:20 INFO]: Creating table: sc_kills
10> [01:20:20 ERROR]: CREATE command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_kills'
11> [01:20:20 ERROR]: Query: CREATE TABLE IF NOT EXISTS `sc_kills` ( `kill_id` bigint(20) NOT NULL auto_increment, `attacker` varchar(16) NOT NULL, `attacker_tag` varchar(16) NOT NULL, `victim` varchar(16) NOT NULL, `victim_tag` varchar(16) NOT NULL, `kill_type` varchar(1) NOT NULL, PRIMARY KEY (`kill_id`));
12> [01:20:21 ERROR]: ALTER command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_clans'
13> [01:20:21 ERROR]: Query: ALTER TABLE sc_clans ADD COLUMN `balance` double(64,2);
14> [01:20:21 ERROR]: ALTER command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_kills'
15> [01:20:21 ERROR]: Query: ALTER TABLE sc_kills ADD attacker_uuid VARCHAR( 255 ) DEFAULT NULL;
16> [01:20:21 ERROR]: ALTER command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_kills'
17> [01:20:21 ERROR]: Query: ALTER TABLE sc_kills ADD victim_uuid VARCHAR( 255 ) DEFAULT NULL;
18> [01:20:22 ERROR]: ALTER command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_players'
19> [01:20:22 ERROR]: Query: ALTER TABLE sc_players ADD uuid VARCHAR( 255 ) DEFAULT NULL;
20> [01:20:22 ERROR]: ALTER command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_players'
21> [01:20:22 ERROR]: Query: ALTER TABLE `sc_players` ADD UNIQUE `uq_player_uuid` (`uuid`);
22> [01:20:22 INFO]: [SimpleClans] Starting Migration to UUID Players !
23> [01:20:22 INFO]: [SimpleClans] ==================== ATTENTION DONT STOP BUKKIT ! ====================
24> [01:20:22 INFO]: [SimpleClans] ==================== ATTENTION DONT STOP BUKKIT ! ====================
25> [01:20:22 INFO]: [SimpleClans] ==================== ATTENTION DONT STOP BUKKIT ! ====================
26> [01:20:22 ERROR]: Error at SQL Query: Table 'marcelo.sc_players' doesn't exist
27> [01:20:22 ERROR]: Query: SELECT * FROM `sc_players`;
28> [01:20:22 INFO]: [SimpleClans] ==================== END OF MIGRATION ====================
29> [01:20:22 INFO]: [SimpleClans] ==================== END OF MIGRATION ====================
30> [01:20:22 INFO]: [SimpleClans] ==================== END OF MIGRATION ====================
31> [01:20:22 ERROR]: ALTER command denied to user 'marcelo'@'ip152.lostonyx.com.br' for table 'sc_players'
32> [01:20:22 ERROR]: Query: ALTER TABLE sc_players DROP INDEX uq_sc_players_1;
33> [01:20:22 ERROR]: Error at SQL Query: Table 'marcelo.sc_clans' doesn't exist
34> [01:20:22 ERROR]: Query: SELECT * FROM `sc_clans`;
35> [01:20:23 ERROR]: Error at SQL Query: Table 'marcelo.sc_players' doesn't exist
36> [01:20:23 ERROR]: Query: SELECT * FROM `sc_players`;