It's possible, but a script like that is something you have to do outside of MySQL. Unix systems have "cron", and Windows 2000 has a scheduler. So, you can write a small shell script which runs the query, and call it from the scheduler.
To clarify a couple of things, MySQL does not have triggers, at least not yet. But anyway, triggers are an event-driven mechanism, meaning they are a response to a certain query meeting certain conditions. Triggers are not meant to be a scheduling mechanism. At least, I have never heard of triggers that work that way. -------------------------------------------
"Now, this might cause some discomfort..."
(
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.