是否可以在 mysql 触发器中调用 web url(http://)?
是否可以从 mysql 触发器调用 web url?
例如:我为插入创建了一个触发器。当时,我想调用一个像 http://www.example.com/ 这样的网址。
Is it possible to call a web url from mysql trigger?
for example: I created a trigger for on insert. At that time, I want call a web url like http://www.example.com/.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不直接 - 你必须创建一个用户定义函数 并将其挂钩。
PS:这听起来像是一种使用数据库的糟糕方式。
Not directly -- you have to create a user-defined function and hook it in.
P.S.: This sounds like a terrible way to use a database.
我希望这篇文章对您有用
来源:http://vorachet.blogspot.com/2013/03/how-to-install-mysql-udf-on-centos.html
I hope that this article will be useful for you
source: http://vorachet.blogspot.com/2013/03/how-to-install-mysql-udf-on-centos.html