-
MySQL – how to simulate enable/disabled triggers
MySQL does not provide native enable and disabling of triggers. However, this can be simulated within the trigger code. This article provides trigger code with this useful simulation of enable/disable of triggers.