I'd like to request another option on the custom export method form to allow for exporting just the trigger code from the database. As it stands now, custom scripts must be created to parse all the CREATE TRIGGER sections of code out of an export (or manually exporting the triggers one at a time in the Triggers tab of the interface).
Since one can't enable/disable triggers in mySQL, this would make it easier to construct drop/create scripts for all triggers when doing data imports, etc.
I think that mysqldump can do this via the -triggers option, but I'd prefer to use this tool for all my mySQL needs!