MySQL临时目录用于存储临时文件或临时表,值可以是一个使用“:”(Unix)或“;”(Windows)分隔的路径列表,这些路径可被轮流使用,以便将负载分到不同磁盘。
若MySQL server是作为Slave的角色,则不能将该目录指向基于内存文件系统的目录或者当主机重启时会被清理掉的目录,因为Slave需要这些文件复制临时表或执行LOAD DATA INFILE操作,这些文件丢失会导致复制失败。这意味着不能将slave的tmpdir设置为linux系统默认的/tmp目录。
对于Slave可以使用另一配置项slave_load_tmpdir来设置其临时目录,这样Slave可以不使用通用选项tmpdir设置的临时目录,对于非Slave角色的MySQL server没此限制。
若临时目录不存在或权限不正确不仅会引起MySQL Server启动失败还会导致其他可能使用到临时目录的MySQL实用程序运行异常。很多MySQL相关程序会从MySQL Server的配置文件读取选项值。
MySQL 日志配置
http://xiaochencui.github.io/2018/01/03/mysql-%E6%97%A5%E5%BF%97%E9%85%8D%E7%BD%AE
MySQL的tmpdir临时文件说明及使用设置
https://www.cnblogs.com/paul8339/p/11983747.html
一个MysQL /tmp目录爆满问题的处理
https://blog.51cto.com/lee90/1939469
Shall I change the mysql tmpdir from /tmp to /var/lib/mysql/tmp ?
https://serverfault.com/questions/431640/mysql-shall-i-change-the-mysql-tmpdir-from-tmp-to-var-lib-mysql-tmp
MySQL 临时目录
https://blog.csdn.net/zyz511919766/article/details/38084515
How to know if mysql tmpdir is being used?
https://dba.stackexchange.com/questions/159296/how-to-know-if-mysql-tmpdir-is-being-used
MySQL, RAM disk for tmpdir
https://dba.stackexchange.com/questions/94304/mysql-ram-disk-for-tmpdir-how-to-figure-out-what-size-it-should-be
Changing the tmp folder of MySQL
https://stackoverflow.com/questions/11990887/changing-the-tmp-folder-of-mysql