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
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
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
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
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