I have a mysql trigger that I would like to change. The only changes in the trigger body. The ACTION_STATEMENT column in INFORMATION_SCHEMA.TRIGGERS will be updated. This is the correct way to update a trigger. In particular, I am looking for any problems that may arise with this.
source
share