Re: Execute shell script from trigger/procedure
> call a shell script from MySQL Trigger/Procedure.
Terrible idea, opens a gaping security hole.
Yes, it's possible eg in SQL Server, but to harden a database before it goes into production, you have to close off such security holes.
It's not allowed in MySQL Triggers unless you write and compile a C/C++ UDF for it into your copy of the server.
Subject
Views
Written By
Posted
2811
April 08, 2015 05:21AM
Re: Execute shell script from trigger/procedure
8395
April 08, 2015 11:08AM
3166
April 10, 2015 06:05AM
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.