Scorpy Posted May 30, 2009 Share Posted May 30, 2009 I don't believe it is and I have spent a few hours searching to try and find out, but for just incase I've missed something I figured best to post on here and just ask. Is it possible to run a file that's local on the server from within mysql? Such as from a stored procedure for instance. I'm using the mysql event scheduler that runs a stored procedure, I'm hoping to have that stored procedure run a script to handle what I need instead of having to place a row into a table to be executed when the next page load is. Link to comment https://forums.phpfreaks.com/topic/160301-execute-a-script/ Share on other sites More sharing options...
fenway Posted June 6, 2009 Share Posted June 6, 2009 I believe there's a UDF that can do this... but you can always siimply insert a record into some table, and then a have a crob job / script deal with it. Link to comment https://forums.phpfreaks.com/topic/160301-execute-a-script/#findComment-850483 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.