Re: mysql command line syntax

2004-02-03 Thread Egor Egorov
file named "query.sql" > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 02, 2004 8:38 PM > Subject: mysql command line syntax > >> Why does the following command, entered as a single

Re: mysql command line syntax

2004-02-02 Thread KKoTY
02, 2004 8:38 PM Subject: mysql command line syntax > > Why does the following command, entered as a single line at a bash prompt, prompt me to enter more? > > mysql -u user -ppass -D database -e 'select field into outfile \'/tmp/field.1\' from mytable where id = 1

mysql command line syntax

2004-02-02 Thread nigelsandever
Why does the following command, entered as a single line at a bash prompt, prompt me to enter more? mysql -u user -ppass -D database -e 'select field into outfile \'/tmp/field.1\' from mytable where id = 1;' > And is there any way to supress the 300 lines of useless usage that accumpanies ever