MySQL Forums
Forum List  »  Install & Repo

Re: Can't create/write to file '/root/tmp/
Posted by: Patrick Farrell
Date: July 08, 2006 10:35AM

Further testing, setting the slave-load-tmpdir in my.cnf
has no impact

cat /etc/my.cnf
[mysqld]
slave_load_tmpdir=/var/lib/mysql/tmp

which is reported by
mysqladmin variables as
slave_load_tmpdir | /var/lib/mysql/tmp

But it still fails.

I can make it work if I
chown root:mysql /root
chmod 750 /root

So it seems that either it is some other variable
than slave-load-tempdir that needs to be set, or
setting it in the /etc/my.cnf is too late in the
process.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Re: Can't create/write to file '/root/tmp/
July 08, 2006 10:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.