Changing the tmp folder of mysql

前端 未结 6 982
我寻月下人不归
我寻月下人不归 2021-02-01 15:22

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

6条回答
  •  耶瑟儿~
    2021-02-01 16:19

    You can also set the TMPDIR environment variable.

    In some situations (Docker in my case) it's more convenient to set an environment variable than to update a config file.

提交回复
热议问题