Q1:  I am not sure what you mean by executing queries through files.  Do you
mean being able to run a query from a script like this?

#!/bin/sh
mysql -t -p password -u usename databasename << EOF
Select * From mytable;
EOF

Q2:  There are mailing list archives available at http://lists.mysql.com .

..chris

----- Original Message -----
From: "Imrani Baig Shah Masroor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Execute Queries through Files



I know that one can execute queries through files. can anyone please tell
me how to do that. I am working on sgi-irix and mysql 3.22.*.

also how can i view previous messages on mailing list since i just joined
the list yesterday.

SMIB,
Univ of nebraska.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to