I have a site that is using question2answer
script and some custom made code.
I recently have a problem with the site crashing. The error I get when I open the page is:
Database query error 1
Can't create/write to file '/tmp/#sql_819_0.MYI' (Errcode: 13)
(SELECT 'options' AS selectkey, title, content FROM qa_options) UNION ALL (SELECT 'time', 'db_time', UNIX_TIMESTAMP(NOW()))
All seems to be fine with the tmp permissions: drwxrwxrwt
I don't know when this is happening. If I restart the server everything is working fine and I get no errors. Then, after some time it is happening again. Site is down and all I get is that message.
Really need your help!