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 which mysql writes to be changed?
Our Mysql queries use temporary tables which creates temporary files in the process. Currently
Share
You should edit your my.cnf
and after that restart mysql
P.S. Don’t forget give write permissions to
/whatewer/you/wantfor mysql user