At 12:31 AM 04-04-00, you wrote:
>On Mon, Apr 03, 2000 at 07:03:52AM -0700, Linux Fan wrote:
>
> > Is it possible to submit/execute queries to the MySQL
> > server right from the Linux shell prompt.. ie. without
> > going to the mysql> prompt????
>
>tried:
>
>echo 'select * from table;' | mysql database
>
>?

or even;

mysql -u username -ppassword database_to_use mysqlcommand


That works too.

Darryl


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to