Exporting with the SELECT ... INTO OUTFILE Statement
mysql> SELECT * FROM passwd INTO OUTFILE '/tmp/passwd.txt';