Mit MariaDB hast Du da wohl schlechte Karten
![](styles/elise/misc/quote_24x24.png)
Zitat von
https://mariadb.com/kb/en/mariadb/trigger-limitations/:
Each table can have only one trigger for each timing/event combination (ie: you can't define two BEFORE INSERT triggers for the same table).
..
Triggers cannot operate on any tables in the
mysql, information_schema or performance_schema database.