Ad Widget

Collapse

Delete a trigger action in MySQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dickfung
    Junior Member
    • Aug 2025
    • 1

    #1

    Delete a trigger action in MySQL

    Dear all,
    my ex-colleague create a trigger action more than 1300 conditions. It caused when I try to edit the action, the system always hang. Can I delete trigger action in MySQL to let me re-create the trigger by separate the original trigger to several trigger action.2
  • docryan
    Junior Member
    • Dec 2007
    • 1

    #2
    I would not recommend to delete in MySQL. In stead I would try to do it using the API.

    Comment


    • tim.mooney
      tim.mooney commented
      Editing a comment
      That was my first thought too: try the API first, before going directly against the database. That should be much safer, if it works.
Working...