Error when creating temporary table

admin

Administrator
Staff member
Hello MySQL gurus!

I try to create a temporary table with this script:

CREATE TEMPORARY TABLE temp_table
SELECT (efternamn)
FROM person;

Only to receive this error message:

MySQL said: Can't create/write to file '/var/tmp/#sql13a_8a86_0.frm' (Errcode: 13)

Any ideas??????
 
Back
Top