Is there an equivilent to a trigger in mySQL?

I need to build a cache mechanism for a website and I thought I'd use MySQL
for persistance.  The problem is that I need it to schedule a cleanup task
every 24 hours - to remove old cache records.  MS SQL Server provides a
trigger for scheduling such tasks - I am looking for the functional analog
on MySQL.

Thanks.
Neal Cabage


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to