Does MySQL support triggers

Discussion in 'MySQL' started by weknowtheworld, Nov 21, 2006.

  1. #1
    Like we all know....
    Oracle supports triggers at a certain event.... Does Mysql support triggers...

    I want to send an email at a particular time...
    say every month.

    Can it be done by MySQL...
     
    weknowtheworld, Nov 21, 2006 IP
  2. PayItForward

    PayItForward Peon

    Messages:
    752
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #2
    MySQL doesn't let you do that. You would do that by using crontab. You can mix crontab with C/PHP/Bash to achieve your desired results.

     
    PayItForward, Nov 22, 2006 IP
  3. rana_sandhya

    rana_sandhya Peon

    Messages:
    394
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #3
    rana_sandhya, Dec 4, 2006 IP