Our Mysql queries use temporary tables which creates temporary files in the process. Currently the files are written to /tmp. How exactly can the path of the temp folder to whic
You can also set the TMPDIR environment variable.
TMPDIR
In some situations (Docker in my case) it's more convenient to set an environment variable than to update a config file.