Hi. With greater frequency lately I am getting warnings about the /tmp partition being full, or very nearly full. When I look into this, I see large MYD and MYI files are eating up all the space. (BTW, I know why, this is occurring, e.g. MySQL is running out of ram and so on.)
So then I created a folder out side of /tmp for this, and inserted the following in /etc/my.cnf
tmpdir = (path and name of outside folder here).
I restarted MySQL and all, but the MYD and MYI files are still being created in the /tmp partition.
Are there any steps I am missing which would make this work?
So then I created a folder out side of /tmp for this, and inserted the following in /etc/my.cnf
tmpdir = (path and name of outside folder here).
I restarted MySQL and all, but the MYD and MYI files are still being created in the /tmp partition.
Are there any steps I am missing which would make this work?