I want to create a MySQL trigger that updates a table everytime one of the datetime rows in a different table reaches a datetime lower than now.
How would I
You could use MySQL's Event Scheduler.