MySQL Forums
Forum List  »  Newbie

Re: Executing Shell command from mysql query browser
Posted by: Peter Brawley
Date: March 03, 2008 11:39PM

Murali,

PREPARE is for SQL commands. The command

ls /home/www/htdocs/test

is not a SQL command, so it cannot be PREPAREd.

The main point of Windows is multitasking. Why not just execute ls in its own command window?

PB
http://www.artfulsoftware.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Executing Shell command from mysql query browser
March 03, 2008 11:39PM


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.