Re: Check for existence of a trigger
look in /var/lib/mysql/databasename
there are files there *.TRG
#cat animal.TRG
TYPE=TRIGGERS
triggers='create trigger animal_bfi before insert on animal for each row set new.name = concat(new.name,\'_\',new.name)'
AHAHH.
drop trigger animal.animal_bfi;
Subject
Views
Written By
Posted
9020
March 10, 2005 04:23PM
4073
March 10, 2005 10:34PM
3282
March 11, 2005 02:38AM
3237
March 11, 2005 05:42PM
Re: Check for existence of a trigger
3141
June 26, 2005 11:10PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.