如何使用 Mysql 命令调用应用程序
我正在编写一个触发器,其中我需要使用 MySQL 调用外部应用程序
I am writing a trigger, in which i need to invoke the external application using the MySQL
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看了你的评论,反应很明显。
用您最擅长的语言编写程序。该程序需要
如果您保证不使用它发送垃圾邮件,我可以为您提供一个基本的 PHP 脚本来执行此操作
Looking a your comment, the response is obvious.
Write a program in whichever language you dominate the best. That program needs to
If you promise not to use it for sending spam, I can give you a basic PHP script to do that
我建议让外部应用程序请求用户列表,然后循环列表并发送电子邮件。没有真正的理由将两者混合在一起。
I would suggest having the external application request the list of users, and then looping through the list and sending the email. There's no real reason to mix the two.