In the last episode (Sep 26), Kishore Jalleda said:
>  I know there was an earlier post regarding "sort aborted" error
> after upgrading to 4.1.14 from 4.0.xxx, I am getting this error too,
> and it never occured to me before, I found out the query which is
> doing this,
> 
>  mysql error: Error writing file '/tmp/MYt96glR' (Errcode: 28)

$ perror 28
OS error code  28:  No space left on device

You need to either grow /tmp, or set tmpdir to some other volume.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to