How to make an "out-of-date" notification for a MySQL database? -



How to make an "out-of-date" notification for a MySQL database? -

i'm of mysql newbie, , wondering if there way set notification scheme e-mail notification sent time entry hasn't been updated specific amount of time (say, 6 months). preferably, done specific category rather row. tips?

thanks!

you can add together field storing timestamp of lastly update, , run daily job (very little script)

mysql database notifications

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -