Mysql triggers

MySQL triggers are not supported here on InfinityFree, unfortunately.

To ensure maximum compatibility, I would recommend to build the trigger logic in your application. Most website developing frameworks have support for events to be run before or after making changes, allowing you to tack additional logic to database operations. This also ensures that all your application logic is contained in your application and not spread out over your application and the database, which makes debugging easier as well.