Re: Submit a query for MySQL from Linux shell prompt

2000-04-03 Thread Ryan Caveney
Linux Fan <[EMAIL PROTECTED]> wrote: >BTW, is it possible to access the database using PERL. But of course! >Links to some online would also help. You want http://www.symbolstone.org/technology/perl/DBI/ Ryan Caveney -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Sub

Re: Submit a query for MySQL from Linux shell prompt

2000-04-03 Thread Linux Fan
Thankyou so much Jonathan. It WORKED. BTW, is it possible to access the database using PERL. Links to some online would also help. Thankyou. --- Jonathan Ruano <[EMAIL PROTECTED]> wrote: > On Mon, Apr 03, 2000 at 07:03:52AM -0700, Linux Fan > wrote: > > > Is it possible to submit/execute queri

Re: Submit a query for MySQL from Linux shell prompt

2000-04-03 Thread David D.W. Downey
Linux Fan wrote: > > Hi, > > Is it possible to submit/execute queries to the MySQL > server right from the Linux shell prompt.. ie. without > going to the mysql> prompt > mysql < ./shellscript -- David D.W. Downey Red Hat Certified Engineer Cert# 806100581800665 Assistant Site Manag

Re: Submit a query for MySQL from Linux shell prompt

2000-04-03 Thread Darryl Harvey
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 da

Re: Submit a query for MySQL from Linux shell prompt

2000-04-03 Thread Jonathan Ruano
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 ? -- Jonathan Ruano Pach