Triggers can modify already imported tables. To avoid this - all triggers must be created after all INSERT statements. `mysqldump` utility generate code in correct order. phpMyAdmin does not.
Fixed in subversion, thanks for reporting.
Fixed in subversion, thanks for reporting.