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 every 
failed attempt to execute a command?


Thanks njs.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to