• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

database on hosting

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
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
 
Back
Top