xLosT
Member
I'm trying to get my db in a hosting but am not succeeding
Code:
Erro
Comando SQL:
DELIMITER ;; /*!50003 CREATE*//*!50017 DEFINER=`root`@`localhost`*//*!50003 TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` IN (3, 4) AND `value` = OLD.`id`; END */ ;;
Mensagens do MySQL : Documentação
#1227 - Access denied; you need the SUPER privilege for this operation