MYSQL – INTO OUTFILE change permissions of generated file
Using MYSQL in docker env, I’m trying to export the results of my query into a file.
I’ve verified that the file is exported in the right folder considering --secure_file_priv
option.
Here is how the query look like :