Why would the following query appear to run but I never can find the file outfile?
select *
INTO OUTFILE 'outfile.csv'
FIELDS TERMINATED by ','
LINES TERMINATED BY '\n'
from nGrams
I have MySQL 5.5 and I am running my queries from MySQL Workbench