MySQL Forums
Forum List  »  Triggers

Re: Triggers, shell scripts and variable printing
Posted by: Peter Brawley
Date: September 28, 2010 10:04AM

> i need to create a trigger which executes a shell script

It'd create a huge security hole. Not recommended. If you absolutely must, you must write your own UDF in C++ and compile it into your own copy of the server.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Triggers, shell scripts and variable printing
2383
September 28, 2010 10:04AM


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.