mesosot
Member
- Joined
- Aug 16, 2007
- Messages
- 356
- Reaction score
- 5
hello there
i got this error what i shall do ?
i got this error what i shall do ?
HTML:
[10/09/2010 02:14:11] mysql_real_query(): SELECT `TRIGGER_NAME` FROM `information_schema`.`triggers` WHERE `TRIGGER_SCHEMA` = 'otserver' AND `TRIGGER_NAME` = 'ondelete_players'; - MYSQL ERROR: Error on delete of '\Server\xampp\xampp\tmp\#sql584_cf90_84.MYI' (Errcode: 13) (6)
[10/09/2010 02:14:11] > Trigger: ondelete_players does not exist, creating it...
[10/09/2010 02:14:11] 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)
[10/09/2010 02:14:11] > Optimizing table: account_viplist... [success]