I want to know how to monitor a particular mysql table for changes. Suppose there is an insert command and I want to get the values of all the columns corresponding to that insert command and then use those values to do something. I want to know how to monitor a particular mysq