I’ve got theis error:
/usr/sbin/mysqld: Can't read dir of '/root/tmp/'
Simply, trite, but hard to guess:
$TMPDIR had value /root.
How to fix:
export TMPDIR=/tmp/
I added this into /etc/init.d/mysql
Tags:linux mysql
This entry was posted
on Sunday, January 21st, 2007 at 8:59 and is filed under *nixes.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response.