I was trying to compare a particular trigger on multiple servers.
First I tried phpMyAdmin to script the trigger code, which unfortunately only worked on one server that has newer version of phpMyAdmin...
Then I used mysqldump, which scripted trigger code on all the servers, bur with comments around all the trigger related code:
phpMyAdmine scripted trigger code without comments. Why are those comments...