Skip to content

phpMyAdmin

How to create MySQL triggers in phpMyAdmin

Some time ago I needed to create a trigger in my MySQL database and I tried to do it through phpMyAdmin. If you have tried it some time, probably, you have already realised that it is a “complicated” task. I say complicated because phpMyAdmin does not allow you to use the standard MySQL sintax to create triggers in your database. Today I will show you a way to introduce triggers in your MySQL database using phpMyAdmin for that. Read More »How to create MySQL triggers in phpMyAdmin