MySQL Forums
Forum List  »  General

Re: MySQL Events: How to schedule commands for every 1st day of the month?
Posted by: Peter Brawley
Date: November 12, 2019 11:47AM

The MySQL event scheduler is good for literal dates and intervals, not so much for general schedules like the 1st day of each month, so you might be best off to use the OS scheduler to schedule a mysql script to run the 1st day of each month.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Events: How to schedule commands for every 1st day of the month?
November 12, 2019 11:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.