I have hosted my application and database on AWS EC2 server. Now I want to run a php script using my sql triggers, I tried using UDFs but it seems that UDFs require permissions of accessing the O/S but AWS doesn't allow.
Asked
Active
Viewed 90 times
0
-
1Is your database on EC2 or RDS? – ceejayoz Jun 20 '16 at 13:31
-
1@RyanVincent - it's via UDF called `sys_exec`. [Available UDFs](http://www.mysqludf.org/) and [sys at github](https://github.com/mysqludf/lib_mysqludf_sys#readme) – Mjh Jun 20 '16 at 14:32
-
Thanks for that. Looks interesting. – Ryan Vincent Jun 20 '16 at 14:37
-
@OP - how did you install that UDF? If you haven't installed it, what errors did you get while installing it? – Mjh Jun 20 '16 at 14:51