A Little MySQL Trigger Manage Tool
Unfortunately, there is still no trigger management functionality in PHPMyAdmin. I used to create one during DiggMore development. And I need it again these days. So I rewrite it into a separated archive. Here you can get it: http://binzywu.com/tmp/trigger.zip
Just modify the config.php to set your database information. Hope it’s useful when you need to create trigger in MySQL. Good luck.


thanks, this is very helpful
I also found this very helpful. Thank you for providing it.
You are welcome.
Just awesome, thanks for posting this; it helped me out in a project, due on Tuesday
which version of mysql have triggers?
Support for triggers is included beginning with MySQL 5.0.2
http://dev.mysql.com/doc/refman/5.0/en/triggers.html
I have been using mysql for 3+ years and did not know it has triggers. Thanks for the heads up and the link.
I downloaded your trigger zip and will be checking it out in a few days. Thanks!
Thank you very much for the article but i found sqlyog the best gui tool. Just awesome tool!!!
Thank you for the tool–very useful. Unfortunately for those of us who can’t turn on the “allow_call_time_pass_reference” setting, what would you recommend? Is there a workaround?
I have the same “allow_call_time_pass_reference” issue, any ideas?
thnx in advance!