Mysql update trigger

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.

+3
source share
3 answers

Download dbForge express (free, like in Beer).
Connect to this and edit the trigger.

Download page http://www.devart.com/dbforge/mysql/studio/download.html

Direct link http://www.devart.com/dbforge/mysql/studio/dbforgemysqlfree.exe

_.
, MySQL workbench 5.2. , (..gone..).

. , dbForge.

+2

ACTION_STATEMENT , . , , "" SHOW TRIGGERS. , UTF-8. MYSQL

, ACTION_STATEMENT, SQL.

0

All Articles