forwarded 294347 http://bugs.mysql.com/bug.php?id=5822 tags 294347 + upstream confirmed upstream-fixed thanks
Hello Tollef On 2005-02-09 Tollef Fog Heen wrote: > | On 2005-02-09 Gilbert Laycock wrote: > | > If you try to start/restart mysql-server as root, and root has TMPDIR > | > set to something not writable by the mysql user (eg if you are using > | > libpam-tmpdir, so TMPDIR is typically /tmp/user/0 during a login > | > session), then it fails to restart - you get errors like this: ... > [ -w "$TMPDIR" ] || { TMPDIR="/tmp"; export TMPDIR } > to the init script. This does not work, when starting mysql you are still root and have write access to $TMPDIR. The MySQL daemon changes uid later on. There is a tmpdir variable in /etc/mysql/my.cnf which should be used but this is not correctly honored by the innodb part of the daemon. This bug is already known and currently in the progress of beeing fixed. See above mentioned URL. bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]