Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm 
(http://www.ezmlm.org)
   From: [EMAIL PROTECTED]
   Date: Mon, 23 Sep 2002 11:57:19 -0800 (AKDT)
   News-Group: list.mysql
   Reply-To: <[EMAIL PROTECTED]>

   >Description:
   While trying to run this query:

   SELECT users_1.* FROM users AS users_1, users AS users_2
   WHERE users_1.email_address = users_2.email_address AND users_1.id <> users_2.id
   ORDER BY users_1.email_address

   I got this error:

   Can't create/write to file '/root/tmp/#sql107d_bdf_2.MYI'  (Errcode: 13)

   I know that this is a permission denied error, but the MySQL deamon is running as 
mysql, so it shouldn't 
   be trying to write to /root/tmp anyway.  It should be writing to /tmp


Adjust the safe_mysqld file, you will find a temp setting within.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to