When a new row in database is added, an external command line program must be invoked

后端 未结 4 1012
长发绾君心
长发绾君心 2020-12-01 23:00

Is it possible for MySQL database to invoke an external exe file when a new row is added to one of the tables in the database?

I need to monitor the changes in the

4条回答
  •  生来不讨喜
    2020-12-01 23:24

    I think it's going to require adding a User-Defined Function, which I believe requires recompilation:

    MySQL FAQ - Triggers: Can triggers call an external application through a UDF?

提交回复
热议问题