How to program a MySQL trigger to insert row into another table?
I’m looking to create a MySQL trigger on a table. Essentially, I’m creating an activity stream and need to log actions by users. When a user makes a comment, I want a database trigger on that table to fire and: