I've encountered an interesting problem. I would like to create two triggers, trigger1 would fire on drop table and trigger2 on alter table. I would like trigger1 and trigger2 to fire if any table is dropped or altered, but, unfortunately I don't know the syntax to do that and I couldn't find a syntax for such triggers either. In MySQL I can only write triggers which fire before/after insert, update or delete, but now I would like to write triggers which would be applicable on database level and would fire on table events. Can somebody help me?
Thank you,
Lajos Arpad.