> -----Original Message----- > From: zhouyan [mailto:[EMAIL PROTECTED] > Sent: Freitag, 15. April 2005 09:28 > To: [email protected] > Subject: question of schedule on maxdb76 > > Hello,every:
Hello Zhouyan, > I have a question about schedule.How can I create a job > with schedule on the first day every month?Please give me an > example, thanks. > I'm afraid that is not possible with the current version of the built-in scheduler (which is still very basic, I must admit). As described in the manual, currently the only scheduling possibilities are: * schedule a job to be executed at a apecific time of day (every 24 hours or just once) * schedule a job to be executed after some other job (every 24 hours or just once) For schedules, that are more complex, you can only use the operating system scheduler at this time (e.g. cron, at). Regards, Marc-Philip -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
