I have an intermittent problem that occurs with mySQL / PHP. Every now and then, for no reason I can see, a particular PHP script which accesses a mySQL db starts producing the following message:
Can't create/write to file '/tmp/root-tmp.02a19f143d3ef659/files/#sql87f_7_0.MYI' (Errcode: 13)
From the mySQL manual, this appears to be a permissioning error. However, everything else (using same db, web server) works fine. Finally, it will sometimes just 'go away' after rekicking the server a few times. Whazzup? Anyone else seen / solved this problem?
Thanks!