在mysql中更改表后发送邮件 [英] send mail after altering table in mysql

查看:116
本文介绍了在mysql中更改表后发送邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想发送关于表格列值变化的邮件。我正在通过mysql中的事件调度程序更改表。



所以请指导我发送邮件。

I want to send mail on change of value of column of a table. I am altering table by event scheduler in mysql.

So please guide me in sending mail.

推荐答案

您可以使用MySQL触发器。它是一个程序,它可以自动执行以响应一些事件,例如表格。插入,更新,删除。



MySQL触发器 [ ^ ]



问候......:笑:
You can make use of MySQL Triggers. Its a program which gets executed automatically in response to some event with a table e.g. insert,update, delete.

MySQL Triggers[^]

Regards..:laugh:


这篇关于在mysql中更改表后发送邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆