When i try
SELECT * INTO OUTFILE 'data_out.txt'
FIELDS TERMINATED BY '\t'
OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '\r\n'
FROM Lib_Master;

i couldn't find the file data_out.txt.
where it will be located?

thanx in advance