trigger error on new install

Customer support forums for Atomic Protector (formerly Atomic Secured Linux). There is no such thing as a bad question here as long as it pertains to using Atomic Protector. Newbies feel free to get help getting started or asking questions that may be obvious. Regular users are asked to be gentle. :-)
imadsani
Forum Regular
Forum Regular
Posts: 112
Joined: Mon Sep 16, 2013 10:10 am
Location: Lahore

trigger error on new install

Unread post by imadsani »

Hey all,

Just installed ASL on a brand new server and was welcome by these, any ideas?

Code: Select all

2	63	c_web::_init_tables	CREATE TRIGGER tortix.before_alert_insert BEFORE INSERT ON alert FOR EACH ROW BEGIN IF (((SELECT code FROM aslw_geo_range WHERE NEW.src_ip BETWEEN ip_start AND ip_end ORDER BY ip_start DESC LIMIT 1) > 0)) THEN BEGIN SET NEW.tld='??'; END;ELSE BEGIN SET NEW.tld=(SELECT code FROM aslw_geo_range WHERE NEW.src_ip BETWEEN ip_start AND ip_end ORDER BY ip_start DESC LIMIT 1); END;END IF;END;
2	63	c_web::_init_tables	[b]This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table[/b]'
Have tried on both mysql 5.5 and percona 5.6, same thing.
Post Reply