I am trying to save the results of my query to a csv file.
Here is a sampling of the following command:
- select * from archives into outfile('c:\archives.csv')
I never received an error message, however the file is never created.
Thank you for your help.