MySQL Forums
Forum List  »  General

Re: Sending output signals on table activity
Posted by: Peter Brawley
Date: February 08, 2019 12:59PM

Firing events outside mysql does indeed open gaping security holes in the mysql server. It can be done only by writing a c/c++ user-defined function and compiling it into your copy of mysql server.

A better solution, most often, is to populate a semaphore table with an appropriate signal in the form of a desired row value, and have a monitoring app poll that table for such signals as often as required.

Options: ReplyQuote


Subject
Written By
Posted
Re: Sending output signals on table activity
February 08, 2019 12:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.