MySQL Désactiver les déclencheurs
Allow alteration of triggers so that they
are not activated during data-change statements.
Syntax:
ALTER TRIGGER ... ENABLE | DISABLE
ALTER TABLE ... ENABLE | DISABLE ALL TRIGGERS
Evil Echidna