Postado Março 21, 2015 10 anos Pessoal Estou com problemas com meu dedicado Otpainel, e acesso putty é vps cloud Do nada não consigo mais acessar a pagina do database, so aparece a parte de por o root e senha mais qunado do enter n fala que ta errado nada fica na mesma pagina e não entra na database, tive que ligar o server pelo putty pq no otpainel não mostra mais os logs, ai conseguir esses seguintes erros. [7:43:01.413] mysql_real_query(): SELECT `TRIGGER_NAME` FROM `information_schema`.`triggers` WHERE `TRIGGER_SCHEMA` = 'global860' AND `TRIGGER_NAME` = 'ondelete_accounts'; - MYSQL ERROR: Got error 28 from storage engine (1030) [7:43:01.413] > Trigger: ondelete_accounts does not exist, creating it... [7:43:01.413] mysql_real_query(): CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` NOT IN(1, 2) AND `value` = OLD.`id`; END; - MYSQL ERROR: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table' (1235) [7:43:01.413] mysql_real_query(): SELECT `TRIGGER_NAME` FROM `information_schema`.`triggers` WHERE `TRIGGER_SCHEMA` = 'global860' AND `TRIGGER_NAME` = 'oncreate_guilds'; - MYSQL ERROR: Got error 28 from storage engine (1030) [7:43:01.413] > Trigger: oncreate_guilds does not exist, creating it... [7:43:01.413] mysql_real_query(): CREATE TRIGGER `oncreate_guilds` AFTER INSERT ON `guilds` FOR EACH ROW BEGIN INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Leader', 3, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Vice-Leader', 2, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Member', 1, NEW.`id`); END; - MYSQL ERROR: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table' (1235) [7:43:01.413] mysql_real_query(): SELECT `TRIGGER_NAME` FROM `information_schema`.`triggers` WHERE `TRIGGER_SCHEMA` = 'global860' AND `TRIGGER_NAME` = 'ondelete_guilds'; - MYSQL ERROR: Got error 28 from storage engine (1030) [7:43:01.413] > Trigger: ondelete_guilds does not exist, creating it... [7:43:01.414] mysql_real_query(): CREATE TRIGGER `ondelete_guilds` BEFORE DELETE ON `guilds` FOR EACH ROW BEGIN UPDATE `players` SET `guildnick` = '', `rank_id` = 0 WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = OLD.`id`); END; - MYSQL ERROR: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table' (1235) [7:43:01.414] mysql_real_query(): SELECT `TRIGGER_NAME` FROM `information_schema`.`triggers` WHERE `TRIGGER_SCHEMA` = 'global860' AND `TRIGGER_NAME` = 'oncreate_players'; - MYSQL ERROR: Got error 28 from storage engine (1030) [7:43:01.414] > Trigger: oncreate_players does not exist, creating it... [7:43:01.414] mysql_real_query(): CREATE TRIGGER `oncreate_players` AFTER INSERT ON `players` FOR EACH ROW BEGIN INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 0, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 1, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 2, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 3, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 4, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 5, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 6, 10); END; - MYSQL ERROR: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table' (1235) [7:43:01.414] mysql_real_query(): SELECT `TRIGGER_NAME` FROM `information_schema`.`triggers` WHERE `TRIGGER_SCHEMA` = 'global860' AND `TRIGGER_NAME` = 'ondelete_players'; - MYSQL ERROR: Got error 28 from storage engine (1030) [7:43:01.414] > Trigger: ondelete_players does not exist, creating it... [7:43:01.414] mysql_real_query(): CREATE TRIGGER `ondelete_players` BEFORE DELETE ON `players` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` = 2 AND `value` = OLD.`id`; UPDATE `houses` SET `owner` = 0 WHERE `owner` = OLD.`id`; END; - MYSQL ERROR: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table' (1235) Alguem sabe como resolver ? como posso resolver pelo putty pq pelo navegador não da pra entra na database :S
Postado Março 21, 2015 10 anos Autor Estava tudo normal, o ot rodando a 3 semana, derrepende deu esse erro ai, tava tudo configurado. Pode fechar resolvi... O problema era falta de memoria do host, o estranho que ta usando 27.1 GB de memoria. Editado Março 21, 2015 10 anos por Bryzera (veja o histórico de edições)
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.