Hi,
Is there event scheduler in mysql 5.0, if not what is the closest way to achieve that?
I need to do data transfer from 1 table from source db to destination's db table based on some condition. (in an automated manner).
Also is there any way of implementing this without procedures/functions/triggers as my db has some restrictions over cloud setup.
Thanks, Karthick