disable triggers in my sql code example
Example: mysql disable triggers
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