You are Here: FAQ ->Scripting and Programming Languages->MySQL Database->Article #15


Trigger support with MySQL 5


A database trigger is procedural code that is automatically executed in response to certain events on a particular table in a database. Triggers can restrict access to specific data, perform logging, or audit data modifications.

At this time MySQL version 5 does not support triggers.


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5