tmpdir = /whatewer/you/want
and after that restart mysql
service mysql restart
P.S. Don't forget give write permissions to /whatewer/you/want for mysql user
You can set this permission with:
chown mysql:mysql /newdir
chown mysql:mysql /newdir/mysql
And make sure its writable.
