From: Peter Brawley Date: June 4 2007 2:30pm Subject: Re: External Program Execution List-Archive: http://lists.mysql.com/mysql/207208 Message-Id: <46642206.30601@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Nasir, >I am wondering if there is any way to execute external >application from MySQL procedures/trigger/event scheduler. >Like as we do in php with !,exec and system. No, SQL isn't meant to be a complete computing language, and in any event such capability would be a huge security headache. PB ----- Nasir Iqbal wrote: > Hi, > > I am wondering if there is any way to execute external application from > MySQL procedures/trigger/event scheduler. Like as we do in php with !, > exec and system. > > I want to know that if there is any way(simple SQL command, pacth) to do > it. so I can execute external application like > ???('php -d myScriptName.php') > > >