Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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 
Source by dev.mysql.com #
 
PREVIOUS NEXT
Tagged: #mysql #disable #triggers
ADD COMMENT
Topic
Name
7+1 =