I just found the command to see my triggers: SHOW TRIGGERS
With phpmyadmin is there an area to see the triggers I have created?
Thanks,
Mat
|
|
|
Currently phpMyAdmin can only browse databases, tables, views, columns, and indexes. The only way to view the list of triggers is to run the sql SHOW TRIGGERS that you mentioned. |
|||
|
|