MySQL Forums
Forum List  »  Stored Procedures

Re: stored procedure and system command
Posted by: Peter Brawley
Date: March 09, 2012 01:02PM

\! is a command in the mysql client. It is not a MySQL server command.

You could write a custom UDF in C to access the operating system, and compile it into your copy of the MySQL server, but you would have thus given your database a huge Microsoft-style security hole. Not recommended.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: stored procedure and system command
1312
March 09, 2012 01:02PM


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.