On wo, 2010-07-28 at 22:25 -0700, shacker wrote:

> Well, I think I've got a culprit on this one. I was seeing occasional
> "/tmp is out of space" messages from the server lately as well, 

That is more than likely as mysql will store temporary tables there and
your error is one that can be seen if the server runs out of diskspace
for creating temporary tables.

If you do 'select @@tmpdir', it'll probably say /tmp as that is the
default. You can change this in /etc/my.cnf if you want.

-- 
Dennis K.

They've gone to plaid!


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to